Commit 1af23fa
committed
azmq/detail/context_ops.hpp: Assign ZMQ_MAX_SOCKETS to max_sockets
Without this patch, max_sockets references ZMQ_MAXMSGSIZE which
isn't quite right ;) Probably a typo - lets just quickly fix it!
I've tested this locally by subscribing to >1000 topics to avoid
the proverbial "Too many open files" and already ensuring that
my 'ulimit -n <>' soft & hard limits allow for the extra sockets.1 parent 162ae5c commit 1af23fa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments