In my c++ wrapper for the socket API I use the send and recv functions as they have (nearly) the same signature. Linux offers a MSG_MORE flag which obtains that a message is not send till all partial messages are sent. Does windows offer the same?
MSDN docu tell me there are just two flags and no MSG_MORE. But I cant believe it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
|
|||||||
|

