summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-06 16:45:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-06 16:45:28 +0000
commitd45cf71326cb4b98e5b0a8014eef39d931afde70 (patch)
treef0aca7c70ddc59925e809aebb9e05e0c4dd74fd2 /nuttx/Documentation
parent77598342d00348e0b97f05b2c6735bdf8dde8e33 (diff)
downloadpx4-nuttx-d45cf71326cb4b98e5b0a8014eef39d931afde70.tar.gz
px4-nuttx-d45cf71326cb4b98e5b0a8014eef39d931afde70.tar.bz2
px4-nuttx-d45cf71326cb4b98e5b0a8014eef39d931afde70.zip
Fix recvfrom port bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@886 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 59f2afdf9..4674077cc 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1080,6 +1080,8 @@ nuttx-0.3.14 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* NSH: Add get and put commands to support TFTP get and put operations.
* NSH: Added a mkrd command that will create a RAMDISK that can be formatted
and mounted.
+ * Corrected a critical bug that prevent recvfrom from receiving packets from
+ any remote UDP port.
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;