summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-27 23:15:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-27 23:15:39 +0000
commit7f5b9991bf8580a9c155dfd42423430c11c62fd8 (patch)
tree3c8ab897b5851ba12934cfca006588767786c474 /nuttx/ChangeLog
parent2268aea37d7eca8d6aeeaa6c3f540088329ed3b1 (diff)
downloadnuttx-7f5b9991bf8580a9c155dfd42423430c11c62fd8.tar.gz
nuttx-7f5b9991bf8580a9c155dfd42423430c11c62fd8.tar.bz2
nuttx-7f5b9991bf8580a9c155dfd42423430c11c62fd8.zip
Fix missing ARP entry problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3139 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f79e44d86..8db65a1e1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1362,4 +1362,11 @@
5.15 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * 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.
+
+