This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-15 00:32:39 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
b5c005d5a4e5b80c2633d899c1ca57780fbd550f
nuttx
/
net
/
socket
T
History
Gregory Nutt
b5c005d5a4
Merge remote-tracking branch 'origin/master' into multinic
...
Conflicts: nuttx/ChangeLog
2015-05-28 19:30:48 -06:00
..
accept.c
net_startmonitor.c always returned zero. In the case where a socket has already been closed, it correctly handled the disconnetion event but still returned OK. Returning OK causes the callers of net_startmonitor to assume that the connection was okay, undoing the good things that net_startmonitor did and causing the socket to be marked as connected. This behavior was noted by Pelle Windestam.
2015-05-28 08:23:51 -06:00
bind.c
…
connect.c
net_startmonitor.c always returned zero. In the case where a socket has already been closed, it correctly handled the disconnetion event but still returned OK. Returning OK causes the callers of net_startmonitor to assume that the connection was okay, undoing the good things that net_startmonitor did and causing the socket to be marked as connected. This behavior was noted by Pelle Windestam.
2015-05-28 08:23:51 -06:00
getsockname.c
…
getsockopt.c
Suffer the consequences of moving struct timeval to its correct location
2015-02-15 15:18:35 -06:00
Kconfig
…
listen.c
…
Make.defs
…
net_checksd.c
…
net_clone.c
…
net_close.c
net_startmonitor.c always returned zero. In the case where a socket has already been closed, it correctly handled the disconnetion event but still returned OK. Returning OK causes the callers of net_startmonitor to assume that the connection was okay, undoing the good things that net_startmonitor did and causing the socket to be marked as connected. This behavior was noted by Pelle Windestam.
2015-05-28 08:23:51 -06:00
net_dupsd2.c
…
net_dupsd.c
socket: net_dupsd: Do not call sockfd_socket() twice. From Juha Niskanen
2015-03-12 08:11:08 -06:00
net_monitor.c
net_startmonitor.c always returned zero. In the case where a socket has already been closed, it correctly handled the disconnetion event but still returned OK. Returning OK causes the callers of net_startmonitor to assume that the connection was okay, undoing the good things that net_startmonitor did and causing the socket to be marked as connected. This behavior was noted by Pelle Windestam.
2015-05-28 08:23:51 -06:00
net_poll.c
…
net_sendfile.c
net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing.
2015-02-09 18:15:34 -06:00
net_sockets.c
Add function headers to prototypes in net/socket/socket.h
2015-05-28 07:26:03 -06:00
net_timeo.c
…
net_vfcntl.c
…
recv.c
…
recvfrom.c
Networking: PKT logic now uses the device event list
2015-05-28 12:40:05 -06:00
send.c
…
sendto.c
…
setsockopt.c
Suffer the consequences of moving struct timeval to its correct location
2015-02-15 15:18:35 -06:00
socket.c
Networking: Fix a compilation error recently introduced into the raw packet logic
2015-02-11 09:30:30 -06:00
socket.h
net_startmonitor.c always returned zero. In the case where a socket has already been closed, it correctly handled the disconnetion event but still returned OK. Returning OK causes the callers of net_startmonitor to assume that the connection was okay, undoing the good things that net_startmonitor did and causing the socket to be marked as connected. This behavior was noted by Pelle Windestam.
2015-05-28 08:23:51 -06:00