Formatting fix

This commit is contained in:
Herbert Wolverson 2024-07-26 10:45:04 -05:00
parent 403a0e0dcd
commit 48a6ca5704

View File

@ -229,7 +229,7 @@ impl ThroughputTracker {
if let Some(this_flow) = all_flows_lock.get_mut(&key) {
// If retransmits have changed, add the time to the retry list
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 {
this_flow.0.retry_times_up.push(data.last_seen);