Skip to content

Fix calculation of TCP RTT

Pavel Doležal requested to merge tcp_rtt_fix into devel

Fix an issue where in certain situations timestamp subtraction in DDP::Time class gives result 2 seconds higher than it should due to the way the expression is evaluated.

Merge request reports