[usocket-devel] Wait-for-input/socket-accept for sbcl/win32

19 Sep
2010
19 Sep
'10
7:29 p.m.
Definition of USOCKET class has the comment the %READY-P slot is reset by SOCKET-ACCEPT function. But right now SOCKET-ACCEPT does not reset it, hence WAIT-FOR-INPUT will not actuall wait after the first it time it notices the readiness. Also, SB-BSD-SOCKETS:SOCKET-ACCEPT may return NIL (if accept call returned EWOULDBLOCK, for example), and USOCKET:SOCKET-ACCEPT will try to use it. Attached is a patch that fixes these two issues.
5307
Age (days ago)
5307
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kalyanov Dmitry