acadia-newlib/newlib/libc/sys/rtems/include
Richard Scheffenegger 7b30b9f648 TCP: send full initial window when timestamps are in use
The fastpath in tcp_output tries to send out
full segments, and avoid sending partial segments by
comparing against the static t_maxseg variable.
That value does not consider tcp options like timestamps,
while the initial window calculation is using
the correct dynamic tcp_maxseg() function.

Due to this interaction, the last, full size segment
is considered too short and not sent out immediately.

Reviewed by:	tuexen
MFC after:	2 weeks
Sponsored by:	NetApp, Inc.
Differential Revision:	https://reviews.freebsd.org/D26478
2022-07-11 11:52:46 +02:00
..
arpa RTEMS: Remove FreeBSD version tags 2022-07-11 11:52:46 +02:00
machine Reduce namespace pollution from <sys/_types.h> 2022-07-08 06:57:52 +02:00
net Add two new ifnet capabilities 2022-07-11 11:52:46 +02:00
netinet TCP: send full initial window when timestamps are in use 2022-07-11 11:52:46 +02:00
netinet6 Convert route caching to nexthop caching. 2022-07-11 11:52:46 +02:00
sys Support for userspace non-transparent superpages (largepages). 2022-07-11 11:52:46 +02:00
limits.h RTEMS: Increase SEM_VALUE_MAX 2016-12-20 12:39:31 +01:00
netdb.h RTEMS: Remove FreeBSD version tags 2022-07-11 11:52:46 +02:00
poll.h RTEMS: Add <poll.h> and <sys/poll.h> 2021-01-05 13:41:34 -05:00
semaphore.h RTEMS: Remove FreeBSD version tags 2022-07-11 11:52:46 +02:00
syslog.h Add some POSIX header files for RTEMS 2017-05-25 12:41:33 -04:00
termios.h RTEMS: Remove FreeBSD version tags 2022-07-11 11:52:46 +02:00