Fix problem with ping that prevent ping from going outside local network (Darcy Gong)

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5204 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-09-29 14:13:04 +00:00
parent cb93a6a1b4
commit 0663694745
7 changed files with 145 additions and 120 deletions
+3
View File
@@ -3450,3 +3450,6 @@
original configuration had too much stuff turned on. Reducing
stack sizes, some features, and buffer sizes made the
configuration reliable (Reading from the LCD is still disabled).
* net/uip/uip_icmpping.c: Fix problem that prevented ping from
going outside of local network. Submitted by Darcy Gong