Hello, Is it posssible to reuse the "struct fd_set" in the call to select() ? ie : - call FD_SET( ) one time for each fd - call select() several times with the same "fd_set" thanks in advance for your help
- Re: select() david
- Re: select() David Rysdam