newlib-cygwin/newlib/libc/sys/rtems/include/netinet
Randall Stewart b89c5a3e88 tcp: Add a socket option to rack
so we can test various changes to the slop value in timers.

Timer_slop, in TCP, has been 200ms for a long time. This value dates back
a long time when delayed ack timers were longer and links were slower. A
200ms timer slop allows 1 MSS to be sent over a 60kbps link. Its possible that
lowering this value to something more in line with todays delayed ack values (40ms)
might improve TCP. This bit of code makes it so rack can, via a socket option,
adjust the timer slop.

Reviewed by: mtuexen
Sponsered by: Netflix Inc
Differential Revision:	https://reviews.freebsd.org/D30249
2022-07-11 13:19:29 +02:00
..
in.h Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow. 2022-07-11 11:52:46 +02:00
tcp.h tcp: Add a socket option to rack 2022-07-11 13:19:29 +02:00