Changes

addrinfo -> sockaddr
Line 59: Line 59:     
=Description=
 
=Description=
This is the same as [[SOCU:sendto]], but instead of one addrinfo being passed in, multiple are allowed.
+
This is the same as [[SOCU:sendto]], but instead of one sockaddr being passed in, multiple are allowed.
As with [[SOCU:sendto]], the total input data size is limited to 0x2000. In FRD module, the input data must not be greater than 0x1E00 and the addrinfos buffer size must not exceed 0x200.
+
As with [[SOCU:sendto]], the total input data size is limited to 0x2000. In FRD module, the input data must not be greater than 0x1E00 and the sockaddr buffer size must not exceed 0x200.
188

edits