libzmq
libzmq copied to clipboard
Socket option for dropping older message when high watermark is reached
Hello team, I'm currently using ZeroMQ for real-time communication library. However, sometimes the network bandwidth is restricted and cause message stuck on server queue. I wonder if there is an option that I can choose to drop older message instead of latest ones for latency consideration?