scream icon indicating copy to clipboard operation
scream copied to clipboard

RTT is miscalculated if ACKs are disordered

Open IngJohEricsson opened this issue 10 months ago • 0 comments

Disordered ACKs cause RTT values to vary unexpectedly. While this is not exactly wrong, it can give confusing readouts in especially the detailed logs. The suggested fix is to only update currRtt in ScreamV2Tx.cpp when the ACKed sequence number increases.

IngJohEricsson avatar Apr 11 '25 11:04 IngJohEricsson