非阻塞connect
-
int flags = fcntl(sock_fd, F_GETFL, 0);
-
fcntl(sock_fd, F_SETFL, flags|O_NONBLOCK);
-
-
int imode = 1;
-
ioctl(sock_fd, FIONBIO, &imode);
posted on 2021-04-03 22:15 toughcactus 阅读(67) 评论(0) 编辑 收藏 举报
posted on 2021-04-03 22:15 toughcactus 阅读(67) 评论(0) 编辑 收藏 举报