mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 21:50:49 +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_);
|
maxmsgsize = *((int64_t *) optval_);
|
||||||
else
|
else
|
||||||
valid = false;
|
valid = false;
|
||||||
|
break;
|
||||||
|
|
||||||
case ZMQ_MULTICAST_HOPS:
|
case ZMQ_MULTICAST_HOPS:
|
||||||
if (is_int && value > 0)
|
if (is_int && value > 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user