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
cfc5f868621b6a550b3366efbb53b0352e1cf20e
nuttx
/
net
/
inet
T
History
Gregory Nutt
cfc5f86862
net/udp: Minor update from review of
091e3f732e
. In connect(), AF_UNSPEC is used to disconnect UDP socket. However, initial commit lacked logic to mark the socket as disconnected.
2018-04-25 10:13:59 -06:00
..
inet_close.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
inet_globals.c
…
inet_recvfrom.c
net/udp: Fix several issues using connected UDP sockets: sendto() should not accept and address. Normally send() should be used instead. recvfrom() is no longer necessary. recvfrom() and poll() should not reset to accept any addresses but should, instead, only accept inputs and events from the connected remore peer. On of these issues was noted by 李桂丁 <liguiding@pinecone.net>. Changes were made as summarized here:
http://www.masterraghu.com/subjects/np/introduction/unix_network_programming_v1.3/ch08lev1sec11.html
2018-04-25 08:43:38 -06:00
inet_setipid.c
…
inet_sockif.c
net/udp: Minor update from review of
091e3f732e
. In connect(), AF_UNSPEC is used to disconnect UDP socket. However, initial commit lacked logic to mark the socket as disconnected.
2018-04-25 10:13:59 -06:00
inet.h
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
ipv4_getsockname.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
ipv6_getsockname.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
Kconfig
…
Make.defs
…