incubator-nuttx/net/udp
zhanghongyu fc35cf4737 udp: Use s_sndtimeo as the actual timeout time
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2022-07-26 12:06:14 +03:00
..
Kconfig
Make.defs
udp.h udp: Use s_sndtimeo as the actual timeout time 2022-07-26 12:06:14 +03:00
udp_callback.c
udp_close.c
udp_conn.c
udp_devpoll.c
udp_finddev.c
udp_input.c
udp_ioctl.c
udp_ipselect.c
udp_netpoll.c net/poll: fix race condition if connect free before poll teardown 2022-07-09 19:11:42 +08:00
udp_notifier.c sched/wqueue: Change the return type of work_notifier_teardown to void 2022-05-14 00:35:29 +03:00
udp_recvfrom.c Fix udp recvfrom to correctly return addrlen 2022-04-28 20:25:38 +08:00
udp_send.c
udp_sendto_buffered.c udp: Use s_sndtimeo as the actual timeout time 2022-07-26 12:06:14 +03:00
udp_sendto_unbuffered.c
udp_setsockopt.c
udp_txdrain.c
udp_wrbuffer.c udp: Use s_sndtimeo as the actual timeout time 2022-07-26 12:06:14 +03:00
udp_wrbuffer_dump.c