Changes

Jump to navigation Jump to search
63 bytes added ,  22:10, 13 July 2013
no edit summary
Line 56: Line 56:  
|-
 
|-
 
| 1
 
| 1
| Result code (zero for success)
+
| Result code (always zero)
 
|-
 
|-
 
| 2
 
| 2
| Total received data
+
| POSIX return value
 
|-
 
|-
 
| 3
 
| 3
| Unknown
+
| Total received data, from the above return-value when no error was returned.
 
|}
 
|}
    
=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.

Navigation menu