aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-24 19:19:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-24 19:19:38 +0000
commit25e9b8d0846b68a18014c63146234193bfe539e8 (patch)
treee48f905cc912d6a082af49fb9e631a5a5b66d251 /nuttx/ChangeLog
parent91504abf89988b25322cd04f416c44bfbfbc86c2 (diff)
downloadpx4-firmware-25e9b8d0846b68a18014c63146234193bfe539e8.tar.gz
px4-firmware-25e9b8d0846b68a18014c63146234193bfe539e8.tar.bz2
px4-firmware-25e9b8d0846b68a18014c63146234193bfe539e8.zip
Fix poll/select issue reported by Qiang
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5559 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ffd1b66ae..2eaa03b21 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4021,4 +4021,7 @@
* configs/olimex-lpc1766stk/nettest: Configuration converted to
use the kconfig-frontends tools.
* net/net_poll.c: Split net_poll() to create psock_poll() too.
-
+ * net/net_poll.c: Fix poll/select issure reported by Qiang:
+ poll_interrupt() must cat call net_lostconnection() when a
+ loss of connection is reported. Otherwise, the system will
+ not know that the connection has been lost.