mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
fix
This commit is contained in:
parent
be12739342
commit
979575c311
|
@ -659,7 +659,7 @@ namespace client
|
||||||
if(m_Session) {
|
if(m_Session) {
|
||||||
// tell session
|
// tell session
|
||||||
LogPrint(eLogDebug, "UDP Client: got ", len, "B from ", from.GetIdentHash().ToBase32(), " via ", m_Session->SendEndpoint);
|
LogPrint(eLogDebug, "UDP Client: got ", len, "B from ", from.GetIdentHash().ToBase32(), " via ", m_Session->SendEndpoint);
|
||||||
m_Session->IPSocket.send_to(boost::asio::buffer(buf, len), m_Session->SendEndpoint);
|
m_Session->IPSocket.send_to(boost::asio::buffer(buf, len), m_Session->FromEndpoint);
|
||||||
} else {
|
} else {
|
||||||
LogPrint(eLogWarning, "UDP Client: no session");
|
LogPrint(eLogWarning, "UDP Client: no session");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue