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_callback.c net/udp: replace the common connect prologue 2022-02-10 15:04:33 -03:00
udp_close.c net/inet: move socket linger into socket_conn_s 2022-02-10 15:04:33 -03:00
udp_conn.c net/udp: clear the connection structure after free 2022-03-16 13:46:02 +08:00
udp_devpoll.c
udp_finddev.c
udp_input.c
udp_ioctl.c net: tcp/udp/icmp/icmpv6 add FIONSPACE support 2022-04-02 13:39:38 +08:00
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 net: unify FAR keyword usage for all net buffer memory mapped buffers 2022-01-20 01:42:56 +08:00
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 net/udp: remove psock hook to avoid invalid reference 2022-02-10 15:04:33 -03:00
udp_setsockopt.c
udp_txdrain.c
udp_wrbuffer_dump.c
udp_wrbuffer.c udp: Use s_sndtimeo as the actual timeout time 2022-07-26 12:06:14 +03:00
udp.h udp: Use s_sndtimeo as the actual timeout time 2022-07-26 12:06:14 +03:00