mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-28 02:43:48 -06:00
Tweak to previous commit: I didn't intend to filter out no-RTT
hosts from the top downloaders list, since they might be non-TCP traffic.
This commit is contained in:
parent
6b82fd968e
commit
1f5629a8c3
@ -74,7 +74,6 @@ pub fn top_n(start: u32, end: u32) -> BusResponse {
|
||||
.iter()
|
||||
.filter(|(ip, _)| !ip.as_ip().is_loopback())
|
||||
.filter(|(_, d)| retire_check(tp.cycle, d.most_recent_cycle))
|
||||
.filter(|(_, te)| te.median_latency() > 0.0)
|
||||
.map(|(ip, te)| {
|
||||
(
|
||||
*ip,
|
||||
|
Loading…
Reference in New Issue
Block a user