nuttx/net/tcp
2015-06-28 08:08:57 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs TCP networking: Add support for network driver events 2015-05-30 09:12:27 -06:00
tcp_accept.c net_startmonitor.c always returned zero. In the case where a socket has already been closed, it correctly handled the disconnetion event but still returned OK. Returning OK causes the callers of net_startmonitor to assume that the connection was okay, undoing the good things that net_startmonitor did and causing the socket to be marked as connected. This behavior was noted by Pelle Windestam. 2015-05-28 08:23:51 -06:00
tcp_appsend.c TCP networking: Add support for network driver events 2015-05-30 09:12:27 -06:00
tcp_backlog.c
tcp_callback.c TCP networking: Hook the network monitor into the device event notification logic 2015-05-30 11:29:47 -06:00
tcp_conn.c TCP networking: Add support for network driver events 2015-05-30 09:12:27 -06:00
tcp_devpoll.c TCP networking: Add support for network driver events 2015-05-30 09:12:27 -06:00
tcp_finddev.c Forgot to add a file in the last commit 2015-05-30 09:17:46 -06:00
tcp_input.c Networking: Fixes an important TCP bug: 16-bit flags was being converted to 8-bits in a few locations, causing loss of status indications 2015-05-27 17:17:42 -06:00
tcp_ipselect.c
tcp_listen.c
tcp_netpoll.c TCP networking: Add support for network driver events 2015-05-30 09:12:27 -06:00
tcp_send_buffered.c Revamp last change. IFF_UP only required when allocating callback, not freeing. 2015-05-30 21:13:58 -06:00
tcp_send_unbuffered.c TCP networking: Add support for network driver events 2015-05-30 09:12:27 -06:00
tcp_send.c
tcp_seqno.c
tcp_timer.c Networking: Fixes an important TCP bug: 16-bit flags was being converted to 8-bits in a few locations, causing loss of status indications 2015-05-27 17:17:42 -06:00
tcp_wrbuffer_dump.c
tcp_wrbuffer.c
tcp.h Networking: Modify how callback structures are stored to avoid another potential use of a stal pointer. 2015-06-03 08:11:57 -06:00