mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
4875c6bbe3
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.