summaryrefslogtreecommitdiff
path: root/nuttx/net/send.c
Commit message (Expand)AuthorAgeFilesLines
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-131-575/+1
* TCP: Change how initial MSS is handled. From Max HoltzbergGregory Nutt2013-10-171-31/+38
* Reset TCP timeout timer when data is ACKed, not when data is sent. From Max ...Gregory Nutt2013-10-171-8/+8
* netdev_findbyaddr() will not use a routing table if one is available. It wil...Gregory Nutt2013-10-051-1/+1
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-0/+1
* Networking: Fix backward conditional in test to see if address is in ARP tab...Gregory Nutt2013-09-271-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Implement UDP sendto() timeouts. Currently disabled because it probably unne...Gregory Nutt2013-04-301-10/+11
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-201-3/+8
* Fix a bug where recv[from]() would hang when remote host gracefully closed co...patacongo2013-01-191-1/+1
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-1/+98
* Email address change in apps/patacongo2012-09-131-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-2/+2
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-6/+74
* Fix compile problen with CONFIG_NET_ARP_IPINpatacongo2011-12-151-1/+1
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-1/+1
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-2/+2
* SLIP is now basically functionalpatacongo2011-03-161-3/+1
* More SLIP integrationpatacongo2011-03-151-8/+8
* More support for SLIP data link protocolpatacongo2011-03-121-1/+3
* Make size of LPC1766 EMAC RAM configurablepatacongo2010-11-281-4/+8
* Files needed to make LPC17xx EMAC RAM more configurablepatacongo2010-11-281-4/+13
* Fix missing ARP entry problempatacongo2010-11-271-7/+27
* More TCP sequence changespatacongo2010-11-271-2/+3
* Fix TCP sequence number errorpatacongo2010-11-271-2/+11
* Cosmetic renaming of variablespatacongo2010-11-271-2/+2
* Fix un-acked backlog coordinatin bugpatacongo2010-11-261-1/+1
* Fix an error in the handling of TCP/IP sequence numberspatacongo2009-12-191-51/+7
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-12/+12
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-7/+8
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-5/+5
* More fixes for picky ZDS archiverpatacongo2008-12-121-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-121-1/+1
* Fix timeout setuppatacongo2008-09-021-4/+18
* Verify UDP supportpatacongo2008-09-011-3/+17
* Add uIP support more multi-threaded socket accesspatacongo2008-09-011-35/+42
* First clean C5471 Ethernet compilepatacongo2007-12-041-1/+1
* Add send() timeout logicpatacongo2007-12-021-28/+86
* Improve send/close performancepatacongo2007-11-281-50/+120
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-2/+6
* Debug can now be selectively enabled by subystempatacongo2007-11-231-1/+1
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-2/+2
* Add TX data notificationpatacongo2007-11-221-10/+14
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-1/+2
* Eliminate most uIP globalspatacongo2007-11-081-16/+15
* Breaking uip.c into smaller functions/filespatacongo2007-11-061-1/+1
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-1/+1
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-9/+1
* Basic TCP send functionalpatacongo2007-11-051-2/+15