|
|
@ -570,7 +570,7 @@ namespace client |
|
|
|
if(!ecode) { |
|
|
|
if(!ecode) { |
|
|
|
LogPrint(eLogDebug, "UDPSession: forward ", len, "B from ", FromEndpoint); |
|
|
|
LogPrint(eLogDebug, "UDPSession: forward ", len, "B from ", FromEndpoint); |
|
|
|
if (Destination) { |
|
|
|
if (Destination) { |
|
|
|
auto dgram = Destination->GetDatagramDestination(); |
|
|
|
auto dgram = Destination->CreateDatagramDestination(); |
|
|
|
if(dgram) { |
|
|
|
if(dgram) { |
|
|
|
LastActivity = i2p::util::GetMillisecondsSinceEpoch(); |
|
|
|
LastActivity = i2p::util::GetMillisecondsSinceEpoch(); |
|
|
|
dgram->SendDatagramTo(m_Buffer, len, Identity, 0, 0); |
|
|
|
dgram->SendDatagramTo(m_Buffer, len, Identity, 0, 0); |
|
|
|