mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
MAXMSGSIZE broke when I cleaned up this code - fixed
This commit is contained in:
@@ -160,6 +160,7 @@ int zmq::options_t::setsockopt (int option_, const void *optval_,
|
||||
maxmsgsize = *((int64_t *) optval_);
|
||||
else
|
||||
valid = false;
|
||||
break;
|
||||
|
||||
case ZMQ_MULTICAST_HOPS:
|
||||
if (is_int && value > 0)
|
||||
|
||||
Reference in New Issue
Block a user