From 51783a45e618290d223bdc65bb9bde86b08f4e21 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 21 Aug 2016 15:56:52 -0400 Subject: [PATCH] set last activity --- I2PTunnel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/I2PTunnel.cpp b/I2PTunnel.cpp index 5e4c760b..2e4b4fed 100644 --- a/I2PTunnel.cpp +++ b/I2PTunnel.cpp @@ -548,6 +548,7 @@ namespace client IPSocket(ios, localEndpoint), Identity(from), ExpectedEndpoint(endpoint), + LastActivity(i2p::util::GetMillisecondsSinceEpoch()), LocalPort(ourPort), RemotePort(theirPort) {