(rc, cBytesRecvd) = WSARecv(s, buffer
, ol
, dwFlags
)
Winsock recv() equivalent function for Overlapped I/O.
Parameters
s : PySocket
/int
Socket to send data on.buffer : buffer
Buffer to send data from.ol : PyOVERLAPPED
An overlapped structuredwFlags : int
Optional reception flags.