From eebdc489575f603732109c00d6418caf3b5c447b Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 26 Nov 2010 05:26:27 +0000 Subject: [PATCH] Fix un-acked backlog coordinatin bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3133 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 8a3ee79c6b3..06982ae192c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: November 23, 2010

+

Last Updated: November 25, 2010

@@ -1996,6 +1996,12 @@ nuttx-5.14 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> fixed that is needed by all Cortex-M3 NuttX users. * configs/olimex-lpc1766stk/thttpd - Add a THTTPD configuration for the Olimex LPC2766-STK board. + * net/uip/uip_tcpappsend.c - Correct an important logic bug in some uIP state + data the is used to manage retransmissions. The uIP logic was incompatible + with the retransmission logic of net/send.c in one place. The final error + was that the final packet in a sequence of packets was too large! In the + THTTPD example, this would leave some garbage at the bottom of the display + (or worse). I don't know why I haven't see this bug before??? pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>