summaryrefslogtreecommitdiff
path: root/nuttx/net/net_send_buffered.c
Commit message (Expand)AuthorAgeFilesLines
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp...Gregory Nutt2014-06-241-860/+0
* TCP write buffering: This corrects some of the basic transfer problems. But ...Gregory Nutt2014-06-231-25/+18
* TCP write buffering: Add an offset to buffer dumping logicGregory Nutt2014-06-231-5/+14
* TCP write buffering: Add length to buffer dumping instrumentationGregory Nutt2014-06-231-15/+54
* TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-221-1/+23
* Write buffering: Fix a minor retransmission problemGregory Nutt2014-06-221-15/+22
* TCP write buffering: Fix an error in the trim logicGregory Nutt2014-06-221-3/+6
* TCP write buffering: Correct handling of retry counterGregory Nutt2014-06-221-96/+137
* Net: First bug fixes for modified write buffer logicGregory Nutt2014-06-221-1/+2
* First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-221-111/+279
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-211-10/+11
* TCP write buffering: Add buffer allocation check from Max (himax)Gregory Nutt2014-06-191-28/+47
* Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, ...Gregory Nutt2014-06-181-0/+7
* Cosmetic plus some configuration default changesGregory Nutt2014-06-121-1/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-6/+2
* net/uip: Review all files in this directory for coding style and spellingGregory Nutt2014-04-121-1/+1
* When dup'ing sockets, need to clone fields for TCP write buffering tooGregory Nutt2014-01-141-4/+4
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-141-67/+63
* All of Jason Jaing's write buffering logic has been incorporated, but not eve...Gregory Nutt2014-01-141-7/+7
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-131-0/+557