diff --git a/ChangeLog b/ChangeLog index f79e44d8643..8db65a1e1fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1362,4 +1362,11 @@ 5.15 2010-xx-xx Gregory Nutt + * net/uip/uip_tcpaddsend.c and net/send.c -- Another place where the TCP sequence + number problem "fixed" in 5.14 might occur. + * net/send.c -- Check if the destination IP address is in the ARP table. If + not, then don't consider the packet sent. It won't be, an ARP packet will go + out instead. + + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 4522d860a43..b150f99d628 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1983,6 +1983,12 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>