《TCP/IP網絡編程》第 2 章 套接字類型與協議設置 筆記

第二章 套接字類型與協議設置 本章代碼,在TCP-IP-NetworkNote中能夠找到,直接點鏈接可能進不去。git 本章僅需瞭解建立套接字時調用的 socket 函數。github 2.1 套接字協議及數據傳輸特性 2.1.1 建立套接字 #include <sys/socket.h> int socket(int domain, int type, int protocol); /* 成功時
相關文章
相關標籤/搜索