reduce variable tunnel build length to 4

This commit is contained in:
orignal 2020-09-21 19:22:53 -04:00
parent 09fdb068d2
commit f939a7b349

View File

@ -36,7 +36,7 @@ namespace tunnel
const int TUNNEL_EXPIRATION_THRESHOLD = 60; // 1 minute
const int TUNNEL_RECREATION_THRESHOLD = 90; // 1.5 minutes
const int TUNNEL_CREATION_TIMEOUT = 30; // 30 seconds
const int STANDARD_NUM_RECORDS = 5; // in VariableTunnelBuild message
const int STANDARD_NUM_RECORDS = 4; // in VariableTunnelBuild message
enum TunnelState
{