summaryrefslogtreecommitdiff
path: root/nuttx/net/net_clone.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad net_clone.c compilation when CONFIG_NET_SOCKOPTS is not definedGregory Nutt2013-04-051-2/+2
|
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when ↵patacongo2012-01-301-2/+2
| | | | | | wrapping the telnet connection as a character driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
* More SLIP integrationpatacongo2011-03-151-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3384 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-151-1/+0
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2346 42af7a65-404d-4744-a932-0658087f49c3
* Fix reference counting errorspatacongo2009-09-151-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2056 42af7a65-404d-4744-a932-0658087f49c3
* Add conditional compilation to eliminate or limit cloning of descriptors ↵patacongo2009-06-151-2/+2
| | | | | | when a new task is created git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1886 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-151-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1885 42af7a65-404d-4744-a932-0658087f49c3
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-0/+117
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1884 42af7a65-404d-4744-a932-0658087f49c3