mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
add ZMQ_TCP_RETRANSMIT_TIMEOUT socket option
This commit is contained in:
@@ -97,6 +97,11 @@ namespace zmq
|
||||
// Default 0 (unused)
|
||||
int connect_timeout;
|
||||
|
||||
// Maximum interval in milliseconds beyond which TCP will timeout
|
||||
// retransmitted packets.
|
||||
// Default 0 (unused)
|
||||
int tcp_retransmit_timeout;
|
||||
|
||||
// Minimum interval between attempts to reconnect, in milliseconds.
|
||||
// Default 100ms
|
||||
int reconnect_ivl;
|
||||
|
||||
Reference in New Issue
Block a user