mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Formatting fix
This commit is contained in:
parent
403a0e0dcd
commit
48a6ca5704
@ -229,7 +229,7 @@ impl ThroughputTracker {
|
|||||||
if let Some(this_flow) = all_flows_lock.get_mut(&key) {
|
if let Some(this_flow) = all_flows_lock.get_mut(&key) {
|
||||||
// If retransmits have changed, add the time to the retry list
|
// If retransmits have changed, add the time to the retry list
|
||||||
if data.tcp_retransmits.down != this_flow.0.tcp_retransmits.down {
|
if data.tcp_retransmits.down != this_flow.0.tcp_retransmits.down {
|
||||||
this_flow.0.retry_times_down.push(data.last_seen);
|
this_flow.0.retry_times_down.push(data.last_seen);
|
||||||
}
|
}
|
||||||
if data.tcp_retransmits.up != this_flow.0.tcp_retransmits.up {
|
if data.tcp_retransmits.up != this_flow.0.tcp_retransmits.up {
|
||||||
this_flow.0.retry_times_up.push(data.last_seen);
|
this_flow.0.retry_times_up.push(data.last_seen);
|
||||||
|
Loading…
Reference in New Issue
Block a user