Author dmcooke
Recipients
Date 2005-01-13.23:28:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=65069

Looks like my assertion that timeout==1 is wrong :-).
Otherwise, the analysis is correct: recv is called when
select() retuned EINTR.

I think your approach is the way to go. Since the return
value of internal_select is no longer a boolean for a
timeout, maybe in the expressions "timeout =
internal_select(...)", "timeout" should be renamed to
something more generic (possibly 'selectresult')?
History
Date User Action Args
2007-08-23 14:20:43adminlinkissue926423 messages
2007-08-23 14:20:43admincreate