summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2018-06-07 18:18:13 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-18 07:16:30 +0100
commitc6d8589bb00a9d2a5a094c68c90290df1dc44807 (patch)
tree969e67b47eb63288380df159207742c0446a251d /c/src
parentbsp/lpc32xx: Remove unused TESTS_USE_PRINTK (diff)
downloadrtems-c6d8589bb00a9d2a5a094c68c90290df1dc44807.tar.bz2
Synchronize kernel <sys/time.h> with FreeBSD
Integrate parts of this commit: This commit brings in a new refactored TCP stack called Rack. Rack includes the following features: - A different SACK processing scheme (the old sack structures are not used). - RACK (Recent acknowledgment) where counting dup-acks is no longer done instead time is used to knwo when to retransmit. (see the I-D) - TLP (Tail Loss Probe) where we will probe for tail-losses to attempt to try not to take a retransmit time-out. (see the I-D) - Burst mitigation using TCPHTPS - PRR (partial rate reduction) see the RFC. Once built into your kernel, you can select this stack by either socket option with the name of the stack is "rack" or by setting the global sysctl so the default is rack. Note that any connection that does not support SACK will be kicked back to the "default" base FreeBSD stack (currently known as "default"). To build this into your kernel you will need to enable in your kernel: makeoptions WITH_EXTRA_TCP_STACKS=1 options TCPHPTS Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D15525
Diffstat (limited to 'c/src')
0 files changed, 0 insertions, 0 deletions