summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 15:39:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 15:39:30 -0600
commit46754314eabbd15cb77f57e6b3f402234459f834 (patch)
tree0d101f7129a509917e3dee7a34b28ed0d8f2e7c0 /nuttx/ChangeLog
parentf8f6318244f391e250428ecacae6a0b66feb0bea (diff)
downloadnuttx-46754314eabbd15cb77f57e6b3f402234459f834.tar.gz
nuttx-46754314eabbd15cb77f57e6b3f402234459f834.tar.bz2
nuttx-46754314eabbd15cb77f57e6b3f402234459f834.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 987f1c451..0dcf301a4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7464,7 +7464,6 @@
* net/ and include/nutt/net (many files): Conversion of the TCP
write buffering logic to use I/O buffer chains (not tested on initial
check-in) (2014-6-22).
-
* include/time.h and sched/clock_gettime.c: Fix typo in conditional
compilation: CONFIG_CLOCK_MONOTONIC vs. CLOCK_MONOTONIC. From Manuel
Stühn (2014-6-23).
@@ -7513,3 +7512,5 @@
* net/iob: Add support for throttling read-ahead buffering if the
read-ahead buffering is competing with write buffering for I/O
buffers (2014-6-24).
+ * net/: Many files changed. Convert existing TCP read-ahead logic
+ to use I/O buffer chains (2014-6-24).