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
IPSocket(ios, localEndpoint), IPSocket(ios, localEndpoint),
Identity(from), Identity(from),
ExpectedEndpoint(endpoint), ExpectedEndpoint(endpoint),
LastActivity(i2p::util::GetMillisecondsSinceEpoch()),
LocalPort(ourPort), LocalPort(ourPort),
RemotePort(theirPort) RemotePort(theirPort)
{ {

Loading…
Cancel
Save