This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2025-12-16 09:45:18 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
af9fb080e051dfa1c243b6c721257bd0b22bafb7
nuttx
/
net
/
tcp
History
Gregory Nutt
af9fb080e0
fix a spelling error
2018-08-21 10:33:16 -06:00
..
Kconfig
Squashed commit of the following:
2018-07-01 07:59:33 -06:00
Make.defs
Squashed commit of the following:
2018-07-01 07:59:33 -06:00
tcp_accept.c
…
tcp_appsend.c
…
tcp_backlog.c
…
tcp_callback.c
Merged in masayuki2009/nuttx.nuttx/fix_tcp_statistics (pull request
#703
)
2018-08-03 01:25:53 +00:00
tcp_conn.c
net/tcp: Set the default TCP MSS to the value required by RFC 879 and never change it under any circumstance unless the remote host requests a larger MSS via an option the TCP header.
2018-07-05 10:54:45 -06:00
tcp_connect.c
net/tcp: Set the default TCP MSS to the value required by RFC 879 and never change it under any circumstance unless the remote host requests a larger MSS via an option the TCP header.
2018-07-05 10:54:45 -06:00
tcp_devpoll.c
…
tcp_finddev.c
net/: Fix a sixlowpan typo bug recently introduced; Rename g_ipv6_allzeroaddre with the more meaning g_ipv6_unspecaddr since the all-zero address is the IPv6 unspecified address (sometime IN6_ADDR_ANY). Remove more inline tests for IPv6 multicast with tcommint net_is_addr_mcast() macro. Update some comments.
2018-06-23 12:53:27 -06:00
tcp_getsockopt.c
…
tcp_input.c
Trivial spelling corrections in comments; update some comments in a Kconfig file.
2018-06-24 15:01:49 -06:00
tcp_ipselect.c
…
tcp_listen.c
…
tcp_monitor.c
…
tcp_netpoll.c
…
tcp_recvwindow.c
net/tcp: Back out part of commit
d944388888
. I see a few places that say that the maximum receive window size is 32,767 (INT16_MAX), but most say that it is 65,535 (UINT16_MAX).
2018-07-05 17:41:01 -06:00
tcp_send_buffered.c
fix a spelling error
2018-08-21 10:33:16 -06:00
tcp_send_unbuffered.c
…
tcp_send.c
Squashed commit of the following:
2018-07-01 07:59:33 -06:00
tcp_sendfile.c
…
tcp_seqno.c
…
tcp_setsockopt.c
…
tcp_timer.c
…
tcp_wrbuffer_dump.c
…
tcp_wrbuffer.c
Squashed commit of the following:
2018-07-07 08:26:13 -06:00
tcp.h
net/tcp: Set the default TCP MSS to the value required by RFC 879 and never change it under any circumstance unless the remote host requests a larger MSS via an option the TCP header.
2018-07-05 10:54:45 -06:00