nuttx/net/socket
Andrew Webster 4875c6bbe3 TCP: check for connection before deleting it
It is possible for a socket to have no connection, for example if a TCP
socket is waiting in accept.  This checks for this condition in case the
socket is closed from a different thread.
2016-01-22 15:59:15 -06:00
..
accept.c
bind.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
connect.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
getsockname.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
getsockopt.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
Kconfig
listen.c
Make.defs
net_checksd.c
net_clone.c
net_close.c TCP: check for connection before deleting it 2016-01-22 15:59:15 -06:00
net_dupsd.c Fix some spacing problems 2015-10-04 15:04:00 -06:00
net_dupsd2.c
net_monitor.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
net_poll.c
net_sendfile.c Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00
net_sockets.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
net_timeo.c Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00
net_vfcntl.c
recv.c
recvfrom.c Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00
send.c
sendto.c
setsockopt.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
socket.c Fix some spacing problems 2015-10-04 15:04:00 -06:00
socket.h Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00