-A simple server using UDP connection. #create socket sockfd = socket(AF_INET, SOCK_DGRAM) #bind socket sockfd.bind(("127.0.0.1", 9999)) ...
確定! 回上一頁