「🔨」 fix: fixed minimum
This commit is contained in:
@ -25,7 +25,7 @@ double get_max_rtt(void) {
|
||||
}
|
||||
|
||||
double get_min_rtt(void) {
|
||||
double min = 0;
|
||||
double min = times[0];
|
||||
for (int i = 0; i < rx_count; i++) {
|
||||
if (times[i] < min)
|
||||
min = times[i];
|
||||
|
Reference in New Issue
Block a user