if(bind(serverSock, (struct sockaddr*)(&serverAddr), sizeof(serverAddr) < 0)) { printf("Error binding socket: %d\n", errno); return 1; }.
確定! 回上一頁