Linux服務器 - Socket編程函數_socket函數

Socket編程函數 socket 函數 #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int socket(int domain, int type, int protocol); domain: AF_INET 這是大多數用來產生socket的協議,使用TCP或UDP來傳輸,用IPv4的地址 AF_INET6 與上
相關文章
相關標籤/搜索