mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
udp load test: rename config key peer_histogram to extra_statistics
This commit is contained in:
parent
c97a3a7996
commit
b16ab82699
3 changed files with 6 additions and 6 deletions
|
|
@ -353,7 +353,7 @@ impl Worker {
|
|||
.response_peers
|
||||
.fetch_add(self.statistics.response_peers, Ordering::Relaxed);
|
||||
|
||||
if self.config.peer_histogram {
|
||||
if self.config.extra_statistics {
|
||||
let message = StatisticsMessage::ResponsesPerInfoHash(
|
||||
self.announce_responses_per_info_hash.split_off(0),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue