generate x25519 keys more often

This commit is contained in:
orignal 2024-11-01 14:46:13 -04:00
parent 4432c5a2c4
commit b8d61e04f0
2 changed files with 7 additions and 6 deletions

View file

@ -108,7 +108,8 @@ namespace transport
const int PEER_TEST_DELAY_INTERVAL_VARIANCE = 30; // in milliseconds
const int MAX_NUM_DELAYED_MESSAGES = 150;
const int CHECK_PROFILE_NUM_DELAYED_MESSAGES = 15; // check profile after
const int NUM_X25519_PRE_GENERATED_KEYS = 25; // pre-generated x25519 keys pairs
const int TRAFFIC_SAMPLE_COUNT = 301; // seconds
struct TrafficSample