mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Merge a5abc18296
into faa368cc07
This commit is contained in:
commit
8a85ae88c3
16 changed files with 65 additions and 61 deletions
|
@ -462,7 +462,7 @@ namespace client
|
|||
}
|
||||
|
||||
void I2PServerTunnel::HandleResolve (const boost::system::error_code& ecode, boost::asio::ip::tcp::resolver::iterator it,
|
||||
std::shared_ptr<boost::asio::ip::tcp::resolver> resolver)
|
||||
std::shared_ptr<boost::asio::ip::tcp::resolver> /*resolver*/)
|
||||
{
|
||||
if (!ecode)
|
||||
{
|
||||
|
@ -779,7 +779,8 @@ namespace client
|
|||
LogPrint(eLogInfo, "UDP Tunnel: resolved ", m_RemoteDest, " to ", m_RemoteIdent->ToBase32());
|
||||
}
|
||||
|
||||
void I2PUDPClientTunnel::HandleRecvFromI2P(const i2p::data::IdentityEx& from, uint16_t fromPort, uint16_t toPort, const uint8_t * buf, size_t len)
|
||||
void I2PUDPClientTunnel::HandleRecvFromI2P(const i2p::data::IdentityEx& from, uint16_t /*fromPort*/,
|
||||
uint16_t /*toPort*/, const uint8_t * buf, size_t len)
|
||||
{
|
||||
if(m_RemoteIdent && from.GetIdentHash() == *m_RemoteIdent)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue