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 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b4b531ef1b6d38bdb06c18702b89ef3f7b176b47
nuttx
/
net
/
udp
T
History
Jake Choy
b1daa22040
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
..
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
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
…
udp_ipselect.c
…
udp_netpoll.c
…
udp_psock_send.c
…
udp_psock_sendto_buffered.c
…
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/udp/udp_setsockopt.c: Remove a warning about an uninitialized variable.
2018-07-04 18:28:17 -06:00
udp_wrbuffer_dump.c
…
udp_wrbuffer.c
Squashed commit of the following:
2018-07-07 08:26:13 -06:00
udp.h
net/udp: Restore some legacy behavior that was lost with the implementation of CONFIG_NET_UDP_BINDTODEVICE: If no device has a local address when the broadcast packet is sent and the UDP socket is not bound to a device, there select some arbitrary device. This is certainly lunacy in the case where there are multiple network devices registered because the wrong device will probably be returned. It works find, however, for the legacy case where only a single network device is registered.
2018-07-04 07:35:51 -06:00