Asynchronous Socket 작성자: 익명 11월 19, 2007 bool setAsync(int fd) { int flags(fcntl(fd, F_GETFL)); return !( 0 > fcntl(fd, F_SETFL, flags|O_NONBLOCK) ); } Powered by ScribeFire . 원본 위치: http://purewell.egloos.com/3492285 자세한 내용 보기