in windows if i need to directly access an fd_set or see how many items are in there i can just use
fd_set test;
test.fd_array[0]; or test.fd_count;
however none of this functionality seems to be available for the linux version of fd_set's is it called something else or do i have to implement my own file descriptor set?
Question
DDStriker
I'm having an issue with fd_set's under linux
in windows if i need to directly access an fd_set or see how many items are in there i can just use
however none of this functionality seems to be available for the linux version of fd_set's is it called something else or do i have to implement my own file descriptor set?
cheers
Link to comment
Share on other sites
4 answers to this question
Recommended Posts