mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
Forgot to comment out a debug line.
This commit is contained in:
parent
2be8ce4aa9
commit
28ebecc44d
@ -156,7 +156,7 @@ static __always_inline void update_flow_rates(
|
||||
data->next_count_time[rate_index] = now + MS_IN_NANOS_T10;
|
||||
data->next_count_bytes[rate_index] = data->bytes_sent[rate_index];
|
||||
data->last_count_time[rate_index] = now;
|
||||
bpf_debug("[FLOWS] Rate Estimate: %llu", data->rate_estimate_bps[rate_index]);
|
||||
//bpf_debug("[FLOWS] Rate Estimate: %llu", data->rate_estimate_bps[rate_index]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user