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
1338360ff72bc66cbc453f14614c82b52094f226
nuttx
/
net
/
socket
T
History
Gregory Nutt
f81ef55834
Trivial re-ordering of socket option bit numbers to match order presented on OpenGroup.org.
2017-11-12 08:17:46 -06:00
..
accept.c
…
bind.c
…
connect.c
…
getsockname.c
…
getsockopt.c
net/usrsock: fix compiler warnings, mostly about nxsem_post
2017-10-25 07:31:14 -06:00
Kconfig
…
listen.c
…
Make.defs
…
net_checksd.c
…
net_clone.c
There was a reference counting problem in the TPC logic of net_clone(). net_clone() which is the common logic underlying dup() and dup2() for sockets. When net_clone() calls net_start_monitor() and net_start_monitor() returns a failure (because the underlying TCP connection) then net_clone() must back out the reference count on the structure. Problem noted by Pascal Speck and this implementation of the solution is based on his suggestion.
2017-10-19 11:09:23 -06:00
net_close.c
…
net_dupsd2.c
There was a reference counting problem in the TPC logic of net_clone(). net_clone() which is the common logic underlying dup() and dup2() for sockets. When net_clone() calls net_start_monitor() and net_start_monitor() returns a failure (because the underlying TCP connection) then net_clone() must back out the reference count on the structure. Problem noted by Pascal Speck and this implementation of the solution is based on his suggestion.
2017-10-19 11:09:23 -06:00
net_dupsd.c
…
net_poll.c
…
net_sendfile.c
…
net_sockets.c
…
net_sockif.c
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
2017-10-23 08:45:12 -06:00
net_timeo.c
…
net_vfcntl.c
…
recv.c
…
recvfrom.c
…
send.c
…
sendto.c
…
setsockopt.c
net/usrsock: fix compiler warnings, mostly about nxsem_post
2017-10-25 07:31:14 -06:00
socket.c
fs/userfs: Some fixes from initial testing.
2017-10-31 15:26:58 -06:00
socket.h
Trivial re-ordering of socket option bit numbers to match order presented on OpenGroup.org.
2017-11-12 08:17:46 -06:00