there's a socket.sendall(), so why no socket.recvall()?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Irmen de Jong

    there's a socket.sendall(), so why no socket.recvall()?

    Subject says it all;
    there's a socket.sendall( ), so why no socket.recvall( )?

    I know that I can use the MSG_WAITALL flag with recv(),
    but this is not implemented on all platforms, most
    notably windows.

    --Iremn
Working...