summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 13:59:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 13:59:54 +0000
commit17edc87d5eadbdcd81add3cd4ff8941fee253e14 (patch)
treec55719a909501c0098b9f96ec08e40cb2fe97729 /nuttx/ChangeLog
parent50041ff73393316f3c4da440844279d49136a9a2 (diff)
downloadpx4-nuttx-17edc87d5eadbdcd81add3cd4ff8941fee253e14.tar.gz
px4-nuttx-17edc87d5eadbdcd81add3cd4ff8941fee253e14.tar.bz2
px4-nuttx-17edc87d5eadbdcd81add3cd4ff8941fee253e14.zip
Add uIP support more multi-threaded socket access
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@858 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 56437ece8..ae898474b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -428,7 +428,8 @@
* Added telnet NSH configuration for Neuros OSD.
* Basic integration of concurrent telnet/serial NSH functional on Neuros
OSD.
- * Fixed a critical bug that effects the way that environement variables are
+ * Fixed a critical bug that effects the way that environment variables are
shared amongst pthreads.
-
-
+ * uIP port enhance to support multi-threaded, concurrent socket access. So,
+ for example, one thread can be reading from a socket while another is
+ writing to the socket.