Socket Services: Difference between revisions
No edit summary |
No edit summary |
||
Line 149: | Line 149: | ||
The total buffer size is 0x8, for family AF_INET value 2. AF_INET6 seems to be value 23, the total sockaddr size for this is 0x1C. The max sockaddr buffer size which the socket module can handle is size 0x1C. | The total buffer size is 0x8, for family AF_INET value 2. AF_INET6 seems to be value 23, the total sockaddr size for this is 0x1C. The max sockaddr buffer size which the socket module can handle is size 0x1C. | ||
These socket services(and defines/structures) seem to be based on the Wii sockets? |