summaryrefslogtreecommitdiff
path: root/nuttx/net/net_monitor.c
Commit message (Expand)AuthorAgeFilesLines
* Notify the socket layer if a connection is lost before the monitoring callbac...Gregory Nutt2013-10-111-1/+2
* Can't test for UIP_CLOSED bit in TCP flags; UIP_CLOSED is defined to be 0Gregory Nutt2013-09-251-1/+1
* Update to previous change from Max HoltzbergGregory Nutt2013-09-061-1/+1
* Networking: Fix race condition that can cause missing loss-of-connection eve...Gregory Nutt2013-09-061-0/+11
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-201-32/+61
* NFS updatespatacongo2012-04-231-0/+1
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-221-0/+186