This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 17:33:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
31ea6ec9108893d01ef08b3eb4483d3e42e3276e
nuttx
/
net
/
udp
T
History
Gregory Nutt
cf3dd19352
Fix a typo.
2018-06-26 07:01:27 -06:00
..
Kconfig
net/udp: Finish support for the UDP_BINDTODEVICE protocol socket option
2018-06-25 15:07:53 -06:00
Make.defs
Squashed commit of the following:
2018-06-25 12:41:28 -06:00
udp_callback.c
…
udp_conn.c
net/udp: Finish support for the UDP_BINDTODEVICE protocol socket option
2018-06-25 15:07:53 -06:00
udp_devpoll.c
…
udp_finddev.c
Fix a typo.
2018-06-26 07:01:27 -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
…
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_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
Recent changes to UDP in order to correct problems with UDP connection mode introduced a new bug: The 'to' address passed to sendto() must now be NULL in connection mode. But there are errors because there was one place where the 'to' address was still being used.
2018-05-17 07:46:09 -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
…
udp_setsockopt.c
net/procfs and netdev: Fix some problems with ifconfig introduced with last changes. Also picks up one of Sebastien's changes that did not make it it before. net/udp: Fixes a DEBUGASSERT.
2018-06-25 17:06:11 -06:00
udp_wrbuffer_dump.c
…
udp_wrbuffer.c
…
udp.h
net/udp: Finish support for the UDP_BINDTODEVICE protocol socket option
2018-06-25 15:07:53 -06:00