socket API(linux)

1.socket函數緩存  (1)定義網絡    做用:建立socket數據結構 #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int socket(int domain, int type, int protocol); (2)參數dom domain     設置網絡通訊域,即通訊的協議設置
相關文章
相關標籤/搜索