Detection when ZMQ_RATE or ZMQ_SNDHWM limit is reached

Is there a way to programmatically find out when the pgm zeromq socket stopped sending information because the ZMQ_RATE limit was reached or if it discards the data because the ZMQ_SNDHWM limit has been reached. There is a call to the zmq_socket_monitor function, which allows the user to see events, such as client connection and client disconnection. I think there should be a similar design for speed limits.

+5
source share

All Articles