You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ZMQ_DISCONNECT_MSG: Set a message to be generated when accepted peers disconnect
881
+
//
882
+
// Returns ErrorNotImplemented433 with ZeroMQ version < 4.3.3
883
+
//
884
+
// See https://libzmq.readthedocs.io/en/latest/zmq_setsockopt.html#_zmq_disconnect_msg_set_a_disconnect_message_that_the_socket_will_generate_when_accepted_peer_disconnect
// ZMQ_HICCUP_MSG: Set a message to be generated when connected peers temporarily disconnect
896
+
//
897
+
// Returns ErrorNotImplemented435 with ZeroMQ version < 4.3.5
898
+
//
899
+
// See https://libzmq.readthedocs.io/en/latest/zmq_setsockopt.html#_zmq_hiccup_msg_set_a_hiccup_message_that_the_socket_will_generate_when_connected_peer_temporarily_disconnect
0 commit comments