We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 162ae5c + 1af23fa commit 810d888Copy full SHA for 810d888
azmq/detail/context_ops.hpp
@@ -28,7 +28,7 @@ namespace detail {
28
using lock_type = boost::lock_guard<boost::mutex>;
29
30
using io_threads = opt::integer<ZMQ_IO_THREADS>;
31
- using max_sockets = opt::integer<ZMQ_MAXMSGSIZE>;
+ using max_sockets = opt::integer<ZMQ_MAX_SOCKETS>;
32
using ipv6 = opt::boolean<ZMQ_IPV6>;
33
34
static context_type ctx_new() {
0 commit comments