RE: setting socket option SO_RCVTIMEO doesn't affect blocking behavio r of recvfrom

2003-01-15 Thread Lane, Frank L
Thank you Corinna + List! SO_RECVTIMEO isn't supported by WinSock, unfortunately. Corinna -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cyg

Re: setting socket option SO_RCVTIMEO doesn't affect blocking behavio r of recvfrom

2003-01-15 Thread Corinna Vinschen
On Wed, Jan 15, 2003 at 09:40:55AM -0600, Lane, Frank L wrote: > Wanting to keep things as simple as possible I thought of using setsockopt > to force a 10 second timeout on the blocking call to recvfrom. The level > used was SOL_SOCKET and the option was SO_RECVTIMEO with the time struct > loaded