From 60ed98e184c4db70ed1cbac02c891e9bd2d8141a Mon Sep 17 00:00:00 2001 From: Robert Ransom Date: Sun, 30 Oct 2011 04:41:16 -0700 Subject: Reduce lifetime of DH public key replay-detection cache elements --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 8455dc83cb..2e4811d839 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -759,7 +759,7 @@ typedef struct rend_data_t { /** Time interval for tracking replays of DH public keys received in * INTRODUCE2 cells. Used only to avoid launching multiple * simultaneous attempts to connect to the same rendezvous point. */ -#define REND_REPLAY_TIME_INTERVAL (60 * 60) +#define REND_REPLAY_TIME_INTERVAL (5 * 60) /** Used to indicate which way a cell is going on a circuit. */ typedef enum { -- cgit v1.2.3-54-g00ecf