SOCU:recvfrom: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00080102] |- | 1 | Socket descriptor |- | 2 | size_t len |- | 3 | int flags |- |..." |
No edit summary |
||
Line 64: | Line 64: | ||
| Output addrlen?(Value 0x1 when src_addr is unused) | | Output addrlen?(Value 0x1 when src_addr is unused) | ||
|} | |} | ||
=Description= | |||
This receives data from the socket. The max length for the len field is 0x2000, the socket module will use length 0x2000 when this field is >0x2000. |