summaryrefslogtreecommitdiff
path: root/nuttx/net/net_clone.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-301-2/+2
* More SLIP integrationpatacongo2011-03-151-4/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-1/+0
* Fix reference counting errorspatacongo2009-09-151-0/+1
* Add conditional compilation to eliminate or limit cloning of descriptors when...patacongo2009-06-151-2/+2
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-151-0/+2
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-0/+117