socket編程

讀取socket編程 socket接口 socket函數 創建套接字的函數 函數原型 #include <sys/socket.h> int socket(int domain, int type, int protocol); 函數參數 NO. 含義 參數 可選項 1 協議域 domin AF_INET:IPv4;AF_INET6:IPv6;AF_LOCAL:Unix域 2 類型 type
相關文章
相關標籤/搜索