I have tested the function select()
on Windows, and found that the param fd_set
which is used in select()
outputed with the satisfying sockets. So does select()
on Windows play a similar role as epoll()
on Linux?
How I tested it is by debugging, finding that the front elements is changed by system and all of them are the satisfying ones.