summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-07 00:10:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-07 00:10:10 +0000
commit85a030ffc1b51c9bcf924f80ff92c04d4fc0abcc (patch)
tree00652746e7d9ff3707e4adc744a62d0e1b1baa86 /nuttx/Documentation
parent75ef214a64e81862cc0d12feee25bfbc684999c5 (diff)
downloadpx4-nuttx-85a030ffc1b51c9bcf924f80ff92c04d4fc0abcc.tar.gz
px4-nuttx-85a030ffc1b51c9bcf924f80ff92c04d4fc0abcc.tar.bz2
px4-nuttx-85a030ffc1b51c9bcf924f80ff92c04d4fc0abcc.zip
Added framework for getsockopt() setsockopt()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@332 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index e42714ad2..1f2119345 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -632,15 +632,15 @@ Other memory:
</table>
<pre><ul>
-
0.2.9 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Imported uIP into the tree (see
http://www.sics.se/~adam/uip/index.php/Main_Page)
* Adding socket(), bind(), connect()
* Added snprintf()
- * Added send() and sendto(); integrate write() and close() with socket descriptors.
+ * Added send() and sendto(); integrate write() and close() with socket descriptors.
* Added recv() and recvfrom().
+ * Added getsockopt() and setsockopt()
</pre></ul>
<table width ="100%">