From 7995385a1977adb9cdb839b12cf1021ceae260c4 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 18 Aug 2014 21:23:49 -0400 Subject: [PATCH] wait more for tunnel creation --- SSU.cpp | 2 +- Tunnel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SSU.cpp b/SSU.cpp index b02722dc..374eaa78 100644 --- a/SSU.cpp +++ b/SSU.cpp @@ -109,7 +109,7 @@ namespace ssu Decrypt (buf, len, address->key); else { - LogPrint ("MAC verifcation failed"); + LogPrint ("MAC verification failed ", len, " bytes from ", senderEndpoint); m_Server.DeleteSession (this); return; } diff --git a/Tunnel.h b/Tunnel.h index 042d55f9..67e0a098 100644 --- a/Tunnel.h +++ b/Tunnel.h @@ -22,7 +22,7 @@ namespace i2p namespace tunnel { const int TUNNEL_EXPIRATION_TIMEOUT = 660; // 11 minutes - const int TUNNEL_CREATION_TIMEOUT = 10; // 10 seconds + const int TUNNEL_CREATION_TIMEOUT = 20; // 20 seconds const int STANDARD_NUM_RECORDS = 5; // in VariableTunnelBuild message enum TunnelState