summaryrefslogtreecommitdiff
path: root/nuttx/net/net_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-201-30/+32
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-131-2/+2
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-2/+2
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-221-0/+7
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-10/+20
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-301-1/+0
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-3/+9
* More support for SLIP data link protocolpatacongo2011-03-121-1/+5
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-2/+5
* Sockets were not being closed when a task exitspatacongo2009-09-161-0/+5
* Add non-blocking capability for TCP socketspatacongo2009-07-191-2/+5
* Add fcntl(F_DUPFD)patacongo2009-07-191-1/+1
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-151-4/+0
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-9/+13
* Filename changes needed by ZDS archiverpatacongo2008-12-121-0/+200
* Make file name convention consistentpatacongo2007-09-081-137/+0
* Implemented several options in set/getsockoptspatacongo2007-09-081-35/+44
* Added framework for getsockopt() setsockopt()patacongo2007-09-071-0/+41
* Implements basic TCP connection logicpatacongo2007-09-021-0/+2
* Adding socket(), bind() logicpatacongo2007-09-011-0/+3
* Added support for socket descriptorspatacongo2007-09-011-0/+82