libzmq icon indicating copy to clipboard operation
libzmq copied to clipboard

Socket option for dropping older message when high watermark is reached

Open shirok1 opened this issue 2 years ago • 1 comments

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?

shirok1 avatar Aug 20 '22 14:08 shirok1