nuttx/net/udp
2018-09-09 11:57:25 -06:00
..
Kconfig net/netdev: Add signal notification for the case where the network goes down. 2018-09-09 10:39:25 -06:00
Make.defs net/tcp and udp: Add logic to signal events when TCP or UDP read-ahead data is buffered. 2018-09-09 09:21:39 -06:00
udp_callback.c net/tcp and udp: Add logic to signal events when TCP or UDP read-ahead data is buffered. 2018-09-09 09:21:39 -06:00
udp_conn.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
udp_devpoll.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
udp_finddev.c net/udp/udp_finddev.c: Fix for network byte-order issue when checking if an address is a multicast address. 2018-07-17 11:18:11 -06:00
udp_input.c net/udp: Resolve race condition in connection-less UDP sockets with read-ahead buffering. 2018-05-13 09:57:34 -06:00
udp_ipselect.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
udp_netpoll.c net/udp: Resolve race condition in connection-less UDP sockets with read-ahead buffering. 2018-05-13 09:57:34 -06:00
udp_notifier.c sched/signal: In signal notification facility, use sigqueue() to notify vs. kill(). With sigqueue, we can pass more info (but still not enough). 2018-09-09 11:57:25 -06:00
udp_psock_send.c net/udp: Remove an unused variable warning. Add some comments. 2018-04-27 18:26:38 -06:00
udp_psock_sendto_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
udp_psock_sendto_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
udp_send.c net/udp: Fix another related error in UDP condition compilatino (was actually using TCP setting, not UDP setting). 2018-03-30 15:30:45 -06:00
udp_setsockopt.c net/udp/udp_setsockopt.c: Remove a warning about an uninitialized variable. 2018-07-04 18:28:17 -06:00
udp_wrbuffer_dump.c This commit adds an as-of-yet untested implemented of UDP write buffering. 2018-01-22 18:32:02 -06:00
udp_wrbuffer.c Squashed commit of the following: 2018-07-07 08:26:13 -06:00
udp.h sched/signal: In signal notification facility, use sigqueue() to notify vs. kill(). With sigqueue, we can pass more info (but still not enough). 2018-09-09 11:57:25 -06:00