mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
aquatic_udp: stop counting readable events for statistics
It is not very informative and might be expensive
This commit is contained in:
parent
90d60108c1
commit
9aa783fbb1
3 changed files with 2 additions and 18 deletions
|
|
@ -174,7 +174,6 @@ impl TorrentMaps {
|
|||
pub struct Statistics {
|
||||
pub requests_received: AtomicUsize,
|
||||
pub responses_sent: AtomicUsize,
|
||||
pub readable_events: AtomicUsize,
|
||||
pub bytes_received: AtomicUsize,
|
||||
pub bytes_sent: AtomicUsize,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue