summaryrefslogtreecommitdiff
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
commit76860c5a3ef2b54b7eb8e5d63138aa84422bbf75 (patch)
treee48f905cc912d6a082af49fb9e631a5a5b66d251 /nuttx/ChangeLog
parent292acfb3ac619518d358ba0a864fb00623fd4a4c (diff)
downloadnuttx-76860c5a3ef2b54b7eb8e5d63138aa84422bbf75.tar.gz
nuttx-76860c5a3ef2b54b7eb8e5d63138aa84422bbf75.tar.bz2
nuttx-76860c5a3ef2b54b7eb8e5d63138aa84422bbf75.zip
Fix poll/select issue reported by Qiang
git-svn-id: svn://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.