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
aabdc00e8cfbbd99afe1bdce5e9bf4daaf693b28
nuttx
/
net
/
udp
T
History
Gregory Nutt
a0e169ad7b
net/: Fix a sixlowpan typo bug recently introduced; Rename g_ipv6_allzeroaddre with the more meaning g_ipv6_unspecaddr since the all-zero address is the IPv6 unspecified address (sometime IN6_ADDR_ANY). Remove more inline tests for IPv6 multicast with tcommint net_is_addr_mcast() macro. Update some comments.
2018-06-23 12:53:27 -06:00
..
Kconfig
…
Make.defs
…
udp_callback.c
…
udp_conn.c
net/: Fix a sixlowpan typo bug recently introduced; Rename g_ipv6_allzeroaddre with the more meaning g_ipv6_unspecaddr since the all-zero address is the IPv6 unspecified address (sometime IN6_ADDR_ANY). Remove more inline tests for IPv6 multicast with tcommint net_is_addr_mcast() macro. Update some comments.
2018-06-23 12:53:27 -06:00
udp_devpoll.c
…
udp_finddev.c
net/: Fix a sixlowpan typo bug recently introduced; Rename g_ipv6_allzeroaddre with the more meaning g_ipv6_unspecaddr since the all-zero address is the IPv6 unspecified address (sometime IN6_ADDR_ANY). Remove more inline tests for IPv6 multicast with tcommint net_is_addr_mcast() macro. Update some comments.
2018-06-23 12:53: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
…
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_wrbuffer_dump.c
…
udp_wrbuffer.c
…
udp.h
Fix a typo introduced in
1b6990b69f
. Also some minor design improvment.
2018-06-22 10:09:47 -06:00