summaryrefslogtreecommitdiff
path: root/nuttx/net/net_send_buffered.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | and pkt/Kconfig
* 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
| | | | uip_arp_ functions to arp_
* 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 ↵Gregory Nutt2014-01-141-7/+7
| | | | even yet built
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-131-0/+557