diff options
Diffstat (limited to 'src/fastd_config.h.in')
-rw-r--r-- | src/fastd_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fastd_config.h.in b/src/fastd_config.h.in index 429e42e..2057be1 100644 --- a/src/fastd_config.h.in +++ b/src/fastd_config.h.in @@ -120,6 +120,9 @@ /** How long a peer stays valid after a successful on-verify run */ #define VERIFY_VALID_TIME 60 /* 1 minute */ +/** Maximum number of concurrent on-verify runs */ +#define VERIFY_LIMIT 32 + /** The minimum interval between two handshakes with a peer */ #define MIN_HANDSHAKE_INTERVAL 15 |