summaryrefslogtreecommitdiff
path: root/nuttx/net/net_sendfile.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up all TCP-related namingGregory Nutt2014-06-241-10/+10
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-2/+2
* net/uip: Review all files in this directory for coding style and spellingGregory Nutt2014-04-121-1/+1
* net_sendfile: Let the ACK callback handle the REXMIT flag and don't return u...Gregory Nutt2013-10-171-20/+25
* In net_sendfile(), correct parameter passed to netdev_txnotifiy. From Max Ho...Gregory Nutt2013-10-171-1/+1
* Reset TCP timeout timer when data is ACKed, not when data is sent. From Max ...Gregory Nutt2013-10-171-7/+7
* net/net_sendfile: High performance sendfile is now functional. From Max Hol...Gregory Nutt2013-09-301-20/+35
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-0/+561