mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 05:57:16 +00:00
Squashed commit of the following:
net/tmp: Rename the unacked field of the tcp connection structure to tx_unacked. Too confusing with the implementation of delayed RX ACKs.
net/tcp: Initial implementation of TCP delayed ACKs.
net/tcp: Add delayed ACK configuration selection. Rename tcp_ack() to tcp_synack(). It may or may not send a ACK. It will always send SYN or SYN/ACK.
|
||
|---|---|---|
| .. | ||
| inet.h | ||
| inet_close.c | ||
| inet_globals.c | ||
| inet_recvfrom.c | ||
| inet_setipid.c | ||
| inet_sockif.c | ||
| inet_txdrain.c | ||
| ipv4_getpeername.c | ||
| ipv4_getsockname.c | ||
| ipv4_setsockopt.c | ||
| ipv6_getpeername.c | ||
| ipv6_getsockname.c | ||
| ipv6_setsockopt.c | ||
| Kconfig | ||
| Make.defs | ||