zeromq / zmq.rs

A native implementation of ØMQ in Rust
https://crates.io/crates/zeromq
MIT License
1.13k stars 94 forks source link

Question in regards to options #196

Open jbbjarnason opened 3 weeks ago

jbbjarnason commented 3 weeks ago

I am unsure on how to change ZMQ_RECONNECT_IVL with the current API, is it possible? And secondly the global option ZMQ_MAX_SOCKETS.

jbbjarnason commented 3 weeks ago

My guess it is unsupported, as can be read from here: https://github.com/zeromq/zmq.rs/issues/116. If so may be closed as duplicate