How i can force a stream socket to wait as limited time in accept() function?

2002-10-08 Thread alireza mahini
I am a C++ programmer and the platform that i develop my project on it is FreeBSD4.4 .I am aplaying the setsocketopt()function for seting the timeout into the stream socket that blocked in accept() function but i can't successful. __ Do you Yahoo!?

Re: How i can force a stream socket to wait as limited time in accept()function?

2002-10-08 Thread Paul Everlund
alireza mahini wrote: I am a C++ programmer and the platform that i develop my project on it is FreeBSD4.4 .I am aplaying the setsocketopt()function for seting the timeout into the stream socket that blocked in accept() function but i can't successful. You must include (at least part of)