mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-17 21:26:04 +00:00
try fix
This commit is contained in:
parent
28627a81dc
commit
72974c85c8
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user