incubator-nuttx/net/tcp
Gregory Nutt 6209c51206 net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -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.h Fix a error in some comments 2015-09-02 20:03:28 -06:00
tcp_accept.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
tcp_appsend.c Fix some spacing problems 2015-10-04 15:04:00 -06:00
tcp_backlog.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
tcp_callback.c Fix typo in pre-processor command noted by Pierre-noel Bouteville. Also move # of pre-processior command to column 1 2015-09-05 09:10:48 -06:00
tcp_conn.c net/tcp: The logic that binds a specific networkd device to a connection was faulty for the case of multiple network devices. On bind(), the local address should be used to associate a device with the connection (if the local address is not INADDR_ANY); On connect(), the remote address should be used (in case the local address is INADDR_ANY). On accept(), it does not matter but the remote address is the one guarenteed to be available. 2015-09-02 19:48:31 -06:00
tcp_devpoll.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
tcp_finddev.c Fix a compile error when IPv6 is enabled 2015-09-07 16:34:25 -06:00
tcp_input.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
tcp_ipselect.c Fix some spacing problems 2015-10-04 15:04:00 -06:00
tcp_listen.c Costmetic changes 2015-08-27 10:38:43 -06:00
tcp_netpoll.c Trivial typo fix 2015-09-02 10:09:33 -06:00
tcp_send.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
tcp_send_buffered.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
tcp_send_unbuffered.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
tcp_seqno.c Remove all inclusion of uip.h 2014-07-04 16:58:22 -06:00
tcp_timer.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
tcp_wrbuffer.c Networking: Fix another deadlock condition. tcp_write_buffer_alloc() calls sem_wait() with network locked. That worked if CONFIG_NET_NOINTS was not defined because interrupts are automatically restored when the wait happens. But with CONFIG_NET_NOINTS=y, the wait blocks with the network locked -- bad style and also can lead to a deadlock condition 2015-01-28 11:56:11 -06:00
tcp_wrbuffer_dump.c Update everything under nuttx/net to use the corrected syslog interfaces 2014-10-08 10:48:11 -06:00