From 3f4ecebedd0d5d10a9b9a4460369a093b983e8a8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 24 Jun 2014 11:54:59 -0600 Subject: [PATCH] Upate changelog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 67ac4b93ec4..987f1c45165 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7510,3 +7510,6 @@ include/nuttx/net/uip.h (2014-6-24). * net/uip/uip.h: Rename net/uip/uip_internal.h to net/uip/uip.h (2014-6-24). + * 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).