Must disconnect TCP socket on close()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@405 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
f3b1a18d54
commit
75d1c65dbd
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||
<p>Last Updated: November 23, 2007</p>
|
||||
<p>Last Updated: November 24, 2007</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -728,6 +728,8 @@ Other memory:
|
|||
|
||||
* Removed unused uIP files
|
||||
* sched/, mm/, net/ subystem debug can not be selectively enabled/disabled
|
||||
* Correct socket close logic -- needs to disconnect TCP socket on close
|
||||
* uIP webserver now seems to be fully functional
|
||||
</pre></ul>
|
||||
|
||||
<table width ="100%">
|
||||
|
|
Loading…
Reference in a new issue