You are not logged in.
Pages: 1
Post reply
Can somebody tell me what are differnet scenarios which causes to time out in select system call in socket programming.
Different scenarios? There's only one reason select() will timeout (return 0), and that's that your specified timeout value has elapsed without any action on your monitored FDs...
Offline