Maarten Lankhorst m.b.lankhorst@gmail.com writes:
I don't know why WS_MSG_MAXIOVLEN is used here, that seems to be a message identifier rather then the actual size of MAXIOVLEN, so I added a define for MAXIOVLEN and made it 32.
MSG_MAXIOVLEN is not a message identifier, it's really supposed to be an iovec size. Do you have a test case showing that Windows uses 32 instead?