forked from haproxy/haproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/MINOR: quic: Wrong RTT computation (srtt and rrt_var)
Due to the fact that several variable values (rtt_var, srtt) were stored as multiple of their real values, some calculations were less accurate as expected. Stop storing 4*rtt_var values, and 8*srtt values. Adjust all the impacted statements. Must be backported as far as 2.6. (cherry picked from commit fb4294b) |cf: some changes were applied in quic_conn.c because quic_cli.c and quic_trace.c don't exist] Signed-off-by: Christopher Faulet <[email protected]> (cherry picked from commit 35fb593) Signed-off-by: Christopher Faulet <[email protected]> (cherry picked from commit ba2cb69) Signed-off-by: Christopher Faulet <[email protected]>
- Loading branch information
1 parent
5958011
commit dfa9730
Showing
4 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters