summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* Clean-up packet socket namingGregory Nutt2014-06-251-2/+0
* Clean up all TCP-related namingGregory Nutt2014-06-241-3/+66
* Add throttle support to the I/O buffer logicGregory Nutt2014-06-241-0/+3
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp...Gregory Nutt2014-06-241-0/+62
* TCP write buffering: Add an offset to buffer dumping logicGregory Nutt2014-06-231-1/+2
* TCP write buffering: Add length to buffer dumping instrumentationGregory Nutt2014-06-231-1/+1
* TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-221-3/+3
* First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-221-4/+18
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-211-0/+130