In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
80 bytes added ,  23:56, 13 September 2015
m
→‎0x0E - send(): Add note about chunk sizes
Line 10: Line 10:  
==ioctlv() interface==
 
==ioctlv() interface==
 
===0x0E - send()===
 
===0x0E - send()===
This function is used to send data over a socket. It takes four buffers through the ioctlv interface: an 8-byte buffer, containing the socket descriptor and send() flags as 32-bit values, and up to 3 actual data buffers. The data addresses and lengths must be 0x40-byte aligned.
+
This function is used to send data over a socket. It takes four buffers through the ioctlv interface: an 8-byte buffer, containing the socket descriptor and send() flags as 32-bit values, and up to 3 actual data buffers. The data addresses and lengths must be 0x40-byte aligned, and cannot be larger than 0x5C6 bytes, to meet the MTU of the network hardware.
203

edits

Navigation menu