Added receive timeout via setsockopt(SO_RCVTIMEO)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@336 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
73f72f5759
commit
30385cbb31
1 changed files with 2 additions and 1 deletions
|
@ -632,7 +632,7 @@ Other memory:
|
|||
</table>
|
||||
|
||||
<pre><ul>
|
||||
0.2.9 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
0.3.0 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)
|
||||
|
@ -642,6 +642,7 @@ Other memory:
|
|||
* Added recv() and recvfrom().
|
||||
* Added getsockopt() and setsockopt()
|
||||
* Documentation updated to address socket interfaces.
|
||||
* Implemented receive timeouts via setsockopt(SO_RCVTIMEO).
|
||||
</pre></ul>
|
||||
|
||||
<table width ="100%">
|
||||
|
|
Loading…
Reference in a new issue