s...@rfc1149.net said:
> 
> 
> 2010/11/8 Martin Lucina <m...@kotelna.sk>
> 
> 
>     The general wording there makes me think EMSGSIZE is the case where e.g.
>     you're trying to send a >64k message down a UDP socket.
> 
> 
> Looks like it indeed (for messages >= 64k in my case). From a small Python
> interactive test on Linux with a non-blocking UDP socket and trying to send 
> 2^N
> bytes, I get:

Yeah, that would be what it's for. Thanks.

Useful thread on the subject of partial writes on non-blocking sockets
here:

http://unix.derkeiler.com/Newsgroups/comp.unix.programmer/2008-09/msg00019.html

-mato

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to