summaryrefslogtreecommitdiff
path: root/nuttx/net/accept.c
Commit message (Expand)AuthorAgeFilesLines
* First round of compile fixes for IPv6patacongo2012-06-071-1/+1
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-221-10/+14
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-2/+3
* More SLIP integrationpatacongo2011-03-151-14/+14
* Add IGMP initialization logicpatacongo2010-07-081-1/+2
* Fixing LM3S httpd example (still broken)patacongo2009-12-181-3/+2
* accept() now supports non-blocking operationspatacongo2009-08-021-0/+12
* Fix accept() -- it wanted parts of return address initializedpatacongo2009-08-021-5/+13
* Add fcntl(F_DUPFD)patacongo2009-07-191-1/+1
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-1/+12
* Filename changes needed by ZDS archiverpatacongo2008-12-121-1/+1
* Completed integration of TCP connection backlog and poll()/select() for conne...patacongo2008-11-201-16/+26
* Add support for TCP/IP connection backlogpatacongo2008-11-201-47/+65
* eliminate some warningspatacongo2007-12-111-2/+2
* Add TELNET front end to NSHpatacongo2007-12-021-7/+7
* Add send() timeout logicpatacongo2007-12-021-6/+1
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-1/+47
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-2/+2
* Basic server functionality: listen(), accept()patacongo2007-11-161-6/+13
* Eliminate most uIP globalspatacongo2007-11-081-11/+19
* Partial implementation of accept() and listen()patacongo2007-09-231-2/+215
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-231-0/+129