From e27dcc2a2097a6400d535733744fa2dc3459bcbc Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 3 Sep 2008 14:57:36 +0000 Subject: [PATCH] Fix ICMP and UDP IP checksums git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@871 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f05fdc6ce90..06169e4ea0c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 2, 2008

+

Last Updated: September 3, 2008

@@ -1074,6 +1074,7 @@ nuttx-0.3.14 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Add support to uIP for application access to ICMP protocol stacks; Add ping request logic. * NSH: Add ping command + * Correct IP checksum calculation in ICMP and UDP message send logic. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>