UNIX網絡編程卷一:4 基本套接字編程

1、socket函數        #include <sys/types.h>          /* See NOTES */        #include <sys/socket.h>        int socket(int domain, int type, int protocol); domain參數指明協議族,該參數也往往被稱爲協議域 type      參數指明套接字類型 p
相關文章
相關標籤/搜索