最終更新:2025-04-22 (火) 05:16:30 (74d)
socket
Top / socket
Linux/システムコール
int socket(int domain, int type, int protocol);
domain
AF_INET AF_INET6? AF_UNIX? AF_NETLINK
type
- SOCK_STREAM - TCP
- SOCK_DGRAM? - UDP
- SOCK_SEQPACKET?