Feature/max retry (#409)
* Maximum number of allowed reconnection attempts * Requiring initial internode connection to be successful * Decreased logging level for failing to establish initial connection
This commit is contained in:
committed by
GitHub
parent
d7985ef05d
commit
72496ad2aa
@@ -83,6 +83,7 @@ impl MixNode {
|
||||
self.config.get_packet_forwarding_initial_backoff(),
|
||||
self.config.get_packet_forwarding_maximum_backoff(),
|
||||
self.config.get_initial_connection_timeout(),
|
||||
self.config.get_packet_forwarding_max_reconnections(),
|
||||
);
|
||||
|
||||
tokio::spawn(async move { packet_forwarder.run().await });
|
||||
|
||||
Reference in New Issue
Block a user