SOCU:recvfrom other: Difference between revisions

No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 56: Line 56:
|-
|-
| 1
| 1
| Result code (always zero)
| Result code
|-
|-
| 2
| 2
Line 63: Line 63:


=Description=
=Description=
This is the same as [[SOCU:recvfrom]], except this doesn't have the size restriction, and this uses the "(outsize<<4) | 12" header instead of the "| 2" header.
This is the same as [[SOCU:recvfrom]], except this doesn't have the size restriction, and this uses the "(outsize<<4) | 12" header instead of the "| 2" header. This also doesn't have the extra "total received data" field in the response which recvfrom has.