From 76860c5a3ef2b54b7eb8e5d63138aa84422bbf75 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 24 Jan 2013 19:19:38 +0000 Subject: 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 --- nuttx/ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') 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. -- cgit v1.2.3