libc/newlib/libc/sys
rrs 215e33310b 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
2018-08-24 15:00:04 +02:00
..
a29khif Add nvptx port. 2018-04-13 15:42:37 -04:00
arm Add nvptx port. 2018-04-13 15:42:37 -04:00
d10v Add nvptx port. 2018-04-13 15:42:37 -04:00
decstation Add nvptx port. 2018-04-13 15:42:37 -04:00
epiphany Add nvptx port. 2018-04-13 15:42:37 -04:00
h8300hms Add nvptx port. 2018-04-13 15:42:37 -04:00
h8500hms Add nvptx port. 2018-04-13 15:42:37 -04:00
linux Add nvptx port. 2018-04-13 15:42:37 -04:00
m88kbug Add nvptx port. 2018-04-13 15:42:37 -04:00
mmixware Add nvptx port. 2018-04-13 15:42:37 -04:00
netware Add nvptx port. 2018-04-13 15:42:37 -04:00
or1k Add nvptx port. 2018-04-13 15:42:37 -04:00
phoenix Add nvptx port. 2018-04-13 15:42:37 -04:00
rdos Add nvptx port. 2018-04-13 15:42:37 -04:00
rtems This commit brings in a new refactored TCP stack called Rack. 2018-08-24 15:00:04 +02:00
sh Add nvptx port. 2018-04-13 15:42:37 -04:00
sparc64 Add nvptx port. 2018-04-13 15:42:37 -04:00
sun4 Add nvptx port. 2018-04-13 15:42:37 -04:00
sysmec Add nvptx port. 2018-04-13 15:42:37 -04:00
sysnec810 Add nvptx port. 2018-04-13 15:42:37 -04:00
sysnecv850 Add nvptx port. 2018-04-13 15:42:37 -04:00
sysvi386 Add nvptx port. 2018-04-13 15:42:37 -04:00
sysvnecv70 Add nvptx port. 2018-04-13 15:42:37 -04:00
tic80 Add nvptx port. 2018-04-13 15:42:37 -04:00
tirtos Add nvptx port. 2018-04-13 15:42:37 -04:00
w65 Add nvptx port. 2018-04-13 15:42:37 -04:00
z8ksim Add nvptx port. 2018-04-13 15:42:37 -04:00
Makefile.am Make newlib manpages (v3) 2016-07-04 14:17:10 +01:00
Makefile.in Regenerate newlib Makefiles 2016-07-04 17:13:55 +01:00
aclocal.m4 2012-12-20 Jeff Johnston <jjohnstn@redhat.com> 2012-12-20 21:10:27 +00:00
configure Add nvptx port. 2018-04-13 15:42:37 -04:00
configure.in Add port for Phoenix-RTOS in common configure files. 2016-05-09 15:23:58 -04:00