nuttx/net/tcp
Gregory Nutt c65e1aa3df Squashed commit of the following:
syscalls/:  Add syscall support for if_nametoindex() and if_indextoname()
    net/: Update some comments.
2018-06-25 12:41:28 -06:00
..
Kconfig net/tcp: Re-think CONFIG_NET_TCP_RWND_CONTROL TCP windowing controls. 2018-06-24 14:46:12 -06:00
Make.defs net/udp: Remove an unused variable warning. Add some comments. 2018-04-27 18:26:38 -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
tcp_callback.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
tcp_conn.c Squashed commit of the following: 2018-06-25 12:41:28 -06:00
tcp_connect.c Standardization of some function headers. 2018-03-13 09:52:27 -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
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 Standardization of some function headers. 2018-03-13 09:52:27 -06:00
tcp_netpoll.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
tcp_send_buffered.c net/tcp: Extended support for sending to non-blocking tcp sockets. 2018-04-20 07:37:51 -06:00
tcp_send_unbuffered.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
tcp_send.c Remove if #if 0 logic. Update some comments. 2018-06-24 15:50:45 -06:00
tcp_sendfile.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -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_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
tcp_wrbuffer.c net/tcp: Extended support for sending to non-blocking tcp sockets. 2018-04-20 07:37:51 -06:00
tcp.h Squashed commit of the following: 2018-06-25 12:41:28 -06:00