You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(IMHO these are not RTTs any more, but one-way delays, but this is just a question of variable names.)
In other places, these one-way delays are then used for comparison with hard-coded RTT thresholds, e.g.,
Yes. It is a bit of a mess. And getting that right will be more urgent if we actually deploy multipath. There is a lot of confusion there, because the time measurements are used for both loss detection and congestion control or pacing. For loss detection, we use RACK. It relies primarily on out of order detection, and timer precision does not matter too much. But for congestion control, we need precision.
picoquic/picoquictest/satellite_test.c
Line 91 in c306ab4
picoquic allows the use of one-way delays. These are then also used for the samples.
picoquic/picoquic/cc_common.h
Lines 46 to 47 in c306ab4
(IMHO these are not RTTs any more, but one-way delays, but this is just a question of variable names.)
In other places, these one-way delays are then used for comparison with hard-coded RTT thresholds, e.g.,
picoquic/picoquic/cubic.c
Line 273 in c306ab4
We wonder if this could cause problems... 🤔
The text was updated successfully, but these errors were encountered: