Socket Services: Difference between revisions
added static buffers usage and getaddrinfo/getnameinfo command headers |
|||
Line 49: | Line 49: | ||
|- | |- | ||
| 0x000F0106 | | 0x000F0106 | ||
| This resolves the IP address(es) for the specified host-name. | | [[SOCU:getaddrinfo|getaddrinfo]] ? This resolves the IP address(es) for the specified host-name. | ||
|- | |||
| 0x00120104 | |||
| [[SOCU:getnameinfo|getnameinfo]] ? The arguments match but couldn't get it to work yet. | |||
|- | |- | ||
| 0x00110102 | | 0x00110102 | ||
Line 182: | Line 185: | ||
| 0xD860700A | | 0xD860700A | ||
| [[SOCU:InitializeSockets]] returns this when the PID table is already full(32 processes max). | | [[SOCU:InitializeSockets]] returns this when the PID table is already full(32 processes max). | ||
|} | |||
=Socket module static buffers= | |||
This is the list of the known thread static buffers in use for SOC:u and the commands using those. | |||
{| class="wikitable" border="1" | |||
|- | |||
! buffer ID | |||
! commands | |||
|- | |||
| 0 | |||
| bind,connect | |||
|- | |||
| 1 | |||
| sendto_other,sendto | |||
|- | |||
| 2 | |||
| sendto | |||
|- | |||
| 8 | |||
| getnameinfo | |||
|- | |||
| 9 | |||
| setsockopt | |||
|- | |||
| 10 | |||
| poll | |||
|} | |} |