Changes

97 bytes added ,  22:21, 13 July 2013
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.