if (connect(s, (struct sockaddr *)&addr, sizeof addr) < 0) { if (errno != EINPROGRESS) { perror("connect"); return 1; } } else { printf("connect() success.
確定! 回上一頁