mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 19:13:35 +01:00

* Problem: No direct support for setting socket priority Solution: Add ZMQ_PRIORITY socket option, which sets the SO_PRIORITY socket option on the underlying socket. This socket option is not supported under Windows. Check option and set socket option on creation of underlying socket.