mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
Merge https://github.com/PurpleI2P/i2pd into ui
This commit is contained in:
commit
3b35ccb8a0
4 changed files with 84 additions and 39 deletions
|
@ -888,7 +888,8 @@ namespace client
|
|||
LogPrint(eLogInfo, "UDPServer: Done");
|
||||
}
|
||||
|
||||
void I2PUDPServerTunnel::Start() {
|
||||
void I2PUDPServerTunnel::Start()
|
||||
{
|
||||
m_LocalDest->Start();
|
||||
}
|
||||
|
||||
|
@ -1065,7 +1066,8 @@ namespace client
|
|||
LogPrint(eLogWarning, "UDP Client: Not tracking UDP session using port ", (int) toPort);
|
||||
}
|
||||
|
||||
I2PUDPClientTunnel::~I2PUDPClientTunnel() {
|
||||
I2PUDPClientTunnel::~I2PUDPClientTunnel()
|
||||
{
|
||||
auto dgram = m_LocalDest->GetDatagramDestination();
|
||||
if (dgram) dgram->ResetReceiver();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue