aboutsummaryrefslogtreecommitdiff
path: root/mkinstalldirs
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2021-08-17 16:29:22 -0400
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-11 13:19:29 +0200
commit57703f72c8d9c2baefc36b13bc1262bd7cb6c721 (patch)
treeeba7caf4f2284017a4903923e41ef4958d0e1389 /mkinstalldirs
parent4bf5c259d3be0216a4b0e322fa5a60bb46ea7279 (diff)
downloadnewlib-57703f72c8d9c2baefc36b13bc1262bd7cb6c721.zip
newlib-57703f72c8d9c2baefc36b13bc1262bd7cb6c721.tar.gz
newlib-57703f72c8d9c2baefc36b13bc1262bd7cb6c721.tar.bz2
tcp: Add support for DSACK based reordering window to rack.
The rack stack, with respect to the rack bits in it, was originally built based on an early I-D of rack. In fact at that time the TLP bits were in a separate I-D. The dynamic reordering window based on DSACK events was not present in rack at that time. It is now part of the RFC and we need to update our stack to include these features. However we want to have a way to control the feature so that we can, if the admin decides, make it stay the same way system wide as well as via socket option. The new sysctl and socket option has the following meaning for setting: 00 (0) - Keep the old way, i.e. reordering window is 1 and do not use DSACK bytes to add to reorder window 01 (1) - Change the Reordering window to 1/4 of an RTT but do not use DSACK bytes to add to reorder window 10 (2) - Keep the reordering window as 1, but do use SACK bytes to add additional 1/4 RTT delay to the reorder window 11 (3) - reordering window is 1/4 of an RTT and add additional DSACK bytes to increase the reordering window (RFC behavior) The default currently in the sysctl is 3 so we get standards based behavior. Reviewed by: tuexen Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D31506
Diffstat (limited to 'mkinstalldirs')
0 files changed, 0 insertions, 0 deletions