SOCU:recvfrom: Difference between revisions
Line 62: | Line 62: | ||
|- | |- | ||
| 3 | | 3 | ||
| | | Unknown | ||
|} | |} | ||
=Description= | =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. | 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. |