.. |
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.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 |
tcp_accept.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
tcp_appsend.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
tcp_backlog.c
|
Networking: Fix a race condition. The accept() operation is performed with the network locked. However, the network is unlocked BEFORE the connected state is set. Therefore, a context switch may occur and the socket may no longer be connected when it is marked so. Noted by Pascal Speck.
|
2017-08-31 07:23:19 -06:00 |
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
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
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
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
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
|
Be consistent... Use Name: consistent in function headers vs Function:
|
2017-04-21 16:33:14 -06:00 |
tcp_listen.c
|
networking: IGMP: Remove special support for interrupt level processing (there is none) and fix some timer cancellation logic. In many files, correct comments. There is no interrupt level processing in the networking layer.
|
2017-09-02 10:27:03 -06:00 |
tcp_monitor.c
|
net/tcp/tcp_monitor.c: Fix net unlock issue when tcp close. This bug could leave the net locked.
|
2018-08-26 14:32:06 -06:00 |
tcp_netpoll.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
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.c
|
Squashed commit of the following:
|
2018-07-01 07:59:33 -06:00 |
tcp_send_buffered.c
|
net/arp: Improve arp_find() commit 9774d35010 to reduce the amount and frequency of data copies.
|
2018-08-25 07:12:21 -06:00 |
tcp_send_unbuffered.c
|
net/arp: Improve arp_find() commit 9774d35010 to reduce the amount and frequency of data copies.
|
2018-08-25 07:12:21 -06:00 |
tcp_sendfile.c
|
net/arp: Improve arp_find() commit 9774d35010 to reduce the amount and frequency of data copies.
|
2018-08-25 07:12:21 -06:00 |
tcp_seqno.c
|
networking: IGMP: Remove special support for interrupt level processing (there is none) and fix some timer cancellation logic. In many files, correct comments. There is no interrupt level processing in the networking layer.
|
2017-09-02 10:27:03 -06:00 |
tcp_setsockopt.c
|
Squashed commit of the following:
|
2018-03-12 10:59:46 -06:00 |
tcp_timer.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
tcp_wrbuffer.c
|
Squashed commit of the following:
|
2018-07-07 08:26:13 -06:00 |
tcp_wrbuffer_dump.c
|
net/udp and tcp: Yet another (cosmetic) change to UDP and TCP write buffer macro naming.
|
2018-01-22 19:33:14 -06:00 |