On 11/01/2010 08:19 PM, Christian Gudrian wrote: > Invalid argument > nbytes != -1 (../../src/tcp_socket.cpp:197)
It's the return value from send(2) call, "Invalid argument" = EINVAL. However, OSX reference doesn't mention EINVAL as valid error for send :( http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man2/send.2.html Anyone any idea why this may happen? Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
