Message20392
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')?
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:20:43 | admin | link | issue926423 messages |
| 2007-08-23 14:20:43 | admin | create | |
|