erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
887 stars 190 forks source link

add ZMQ_ROUTER_HANDOVER methods #224

Closed dginev closed 5 years ago

dginev commented 5 years ago

I accidentally found myself in the multiple NICs situation described in: https://zeromq.jira.com/browse/LIBZMQ-556

so I thought adding the set_router_handover method would be an easy PR to get merged? Right now I am using zmq-sys as a workaround, but having to write my own unsafe{} code isn't ideal.

erickt commented 5 years ago

sorry for the delay, thank you!