mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-19 21:25:30 +00:00
fix
This commit is contained in:
parent
bf46c241d0
commit
bce0e3ebf6
@ -574,7 +574,7 @@ namespace client
|
|||||||
auto dgram = Destination->GetDatagramDestination();
|
auto dgram = Destination->GetDatagramDestination();
|
||||||
if(dgram) {
|
if(dgram) {
|
||||||
LastActivity = i2p::util::GetMillisecondsSinceEpoch();
|
LastActivity = i2p::util::GetMillisecondsSinceEpoch();
|
||||||
dgram->SendDatagramTo(m_Buffer, len, Identity, RemotePort, LocalPort);
|
dgram->SendDatagramTo(m_Buffer, len, Identity, LocalPort, RemotePort);
|
||||||
LogPrint(eLogDebug, "UDPSession: forward ", len, "B to ", Identity.ToBase32(), " from ", Destination->GetIdentHash().ToBase32());
|
LogPrint(eLogDebug, "UDPSession: forward ", len, "B to ", Identity.ToBase32(), " from ", Destination->GetIdentHash().ToBase32());
|
||||||
} else {
|
} else {
|
||||||
LogPrint(eLogWarning, "UDPSession: no datagram destination");
|
LogPrint(eLogWarning, "UDPSession: no datagram destination");
|
||||||
|
Loading…
Reference in New Issue
Block a user