From 33cc19898f1d15b884eee16e336e51916145f902 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 16 Mar 2009 00:09:31 +0000 Subject: [PATCH] Fix calculation of checksum on outgoing ping responses git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1617 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 7d565de74b..ff04cad7f7 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1348,6 +1348,7 @@ nuttx-0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * examples/nsh: A debug option was left on that can (and does) cause infinite loops and stack overflows. + * net/uip: Correct calculation of checksum on ICMP ping response. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>