반응형

 

linux의 select 에서 사용할수 있는 최대 fd 값 : 1024개

/usr/include/bits/typesizes.h 파일에 아래와 같이 정의 되어 있다.

---------------------------------------------------------

/* Number of descriptors that can fit in an `fd_set'.  */
#define __FD_SETSIZE            1024


---------------------------------------------------------

참고  http://firstboos.tistory.com/10

반응형
Posted by 공간사랑
,