good day! i have a problem regarding the select( ) function... i opened more than 1024 sockets and used FD_SET( ) macro before using select( ) but it seems that when the maximum file descriptor opened reaches more than 1024 it resets to -1. i think this has something to do with the FD_SETSIZE pre-defined constant in /usr/sys/select.h... can someone help me out how to increase its value? thanks in advance...