(1) int socket(AF_INET, SOCK_DGRAM, 0);. 創建udp socket,返回套接字描述符,UDP協議建立套接字的方式同TCP方式一樣,使用socket()函數, ...
確定! 回上一頁