Browse Source

set last activity

pull/628/head
Jeff Becker 8 years ago
parent
commit
51783a45e6
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 1
      I2PTunnel.cpp

1
I2PTunnel.cpp

@ -548,6 +548,7 @@ namespace client @@ -548,6 +548,7 @@ namespace client
IPSocket(ios, localEndpoint),
Identity(from),
ExpectedEndpoint(endpoint),
LastActivity(i2p::util::GetMillisecondsSinceEpoch()),
LocalPort(ourPort),
RemotePort(theirPort)
{

Loading…
Cancel
Save