diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-04-01 12:15:25 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-04-01 12:15:25 -0700 |
commit | b2604e87c5f39777c120201ae04d5f31195aad31 (patch) | |
tree | 170ad765ff30e2e8abd2a1e0fc6182e2926ddd71 /sockutils.c | |
parent | f555142edca556ab1d97af50866b0b8c680ef143 (diff) |
Clean up handling of the state change event.
We don't need to make it a manual-reset event, explicitly check it with
WaitForSingleObject(), and reset it; it's the first event in the event
set, so if it's set, WSAWaitForMultipleEvents() will return
WSA_WAIT_EVENT_0, otherwise it'll return some other value.
Diffstat (limited to 'sockutils.c')
0 files changed, 0 insertions, 0 deletions