summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/iob_trimtail.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-6/+0
* Add throttle support to the I/O buffer logicGregory Nutt2014-06-241-1/+1
* TCP write buffering: Fix an error in the trim logicGregory Nutt2014-06-221-0/+7
* TCP write buffering: Correct handling of retry counterGregory Nutt2014-06-221-0/+4
* IOB: Add queue handling interfaces; improve listsGregory Nutt2014-06-061-5/+2
* IOB: Fix bugs in trimming logicGregory Nutt2014-06-051-7/+6
* NET: Improvied I/O buffer logicGregory Nutt2014-06-041-10/+19
* NET: Add generic I/O buffering logicGregory Nutt2014-06-031-0/+151