summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-02 20:42:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-02 20:42:01 +0000
commit8a2d54981a1c1ee6563f3444cffc1d2d4784156e (patch)
tree0274aa01d9ff373e4ff01ae8b88cf03de27800da /nuttx/ChangeLog
parente7d4d115566c113f2cba32f16857ea5e90c03be0 (diff)
downloadnuttx-8a2d54981a1c1ee6563f3444cffc1d2d4784156e.tar.gz
nuttx-8a2d54981a1c1ee6563f3444cffc1d2d4784156e.tar.bz2
nuttx-8a2d54981a1c1ee6563f3444cffc1d2d4784156e.zip
Add uIP access to ICMP protocol
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@869 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a27c01c5a..7c9f79e58 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -440,5 +440,11 @@
* fseek() needs to discard bytes buffered by ungetc().
* Corrected ftell() return value.
* Added fsetpos() and fgetpos().
- * NSH now supports 'test' and '[' commands
+ * NSH: Now supports 'test' and '[' commands
+ * Correct error in send() timeout logic.
+ * Correct error in multi-threaded socket handling in send() and sendto().
+ Outgoing data could overwrite incoming data.
+ * Add support to uIP for application access to ICMP protocol stacks; Add
+ ping request logic.
+ * NSH: Add ping command