mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
updated
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1631 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -659,3 +659,7 @@
|
|||||||
infinite loops and stack overflows.
|
infinite loops and stack overflows.
|
||||||
* net/uip: Correct calculation of checksum on ICMP ping response.
|
* net/uip: Correct calculation of checksum on ICMP ping response.
|
||||||
* examples/dchpd: Added a tiny DHCP server example
|
* examples/dchpd: Added a tiny DHCP server example
|
||||||
|
* net/uip: Correct UDP bind behavior. It should select a valid port number
|
||||||
|
if it receives a port number of zero.
|
||||||
|
* netutils/dhcpd: Corrrect for ZDS compiler. Fix issue with re-use of a
|
||||||
|
port number. Fix a number of broadcast-related problems.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||||
<p>Last Updated: March 17, 2009</p>
|
<p>Last Updated: March 18, 2009</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1350,6 +1350,10 @@ nuttx-0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
|||||||
infinite loops and stack overflows.
|
infinite loops and stack overflows.
|
||||||
* net/uip: Correct calculation of checksum on ICMP ping response.
|
* net/uip: Correct calculation of checksum on ICMP ping response.
|
||||||
* examples/dchpd: Added a tiny DHCP server example
|
* examples/dchpd: Added a tiny DHCP server example
|
||||||
|
* net/uip: Correct UDP bind behavior. It should select a valid port number
|
||||||
|
if it receives a port number of zero.
|
||||||
|
* netutils/dhcpd: Corrrect for ZDS compiler. Fix issue with re-use of a
|
||||||
|
port number. Fix a number of broadcast-related problems.
|
||||||
|
|
||||||
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user