mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
changed option name. +documentation changes
This commit is contained in:
@@ -95,7 +95,7 @@ int zmq::router_t::xsetsockopt (int option_, const void *optval_,
|
||||
printf ("E: invalid option value (int=%d value=%d)\n", is_int, value);
|
||||
break;
|
||||
|
||||
case ZMQ_PROBE_NEW_PEERS:
|
||||
case ZMQ_PROBE:
|
||||
if (is_int && value >= 0) {
|
||||
probe_new_peers = value;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user