socket編程--TCP客戶/服務器模型 (c/s)及基本函數

TCP客戶/服務器模型 回射客戶/服務器 socket、bind、listen、accept、connect–函數web 一、socket函數服務器 #include <sys/socket.h> int socket(int domain, int type, int protocol); 功能:建立一個套接字用於通訊 參數:domain:指定通訊協議族(protocol family) typ
相關文章
相關標籤/搜索