changed option name. +documentation changes

This commit is contained in:
shripchenko
2013-05-24 07:09:53 -07:00
parent aec989fb5d
commit f805e4dd03
4 changed files with 9 additions and 7 deletions

View File

@@ -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;