SOCU:recvfrom other: Difference between revisions

mNo edit summary
 
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.