mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
ClientDestination/LeaseSetDestination split
This commit is contained in:
parent
89d2505a7c
commit
cb68d19bed
6 changed files with 107 additions and 89 deletions
|
@ -780,7 +780,7 @@ namespace stream
|
|||
m_CurrentRemoteLease = nullptr;
|
||||
}
|
||||
|
||||
StreamingDestination::StreamingDestination (std::shared_ptr<i2p::client::ClientDestination> owner, uint16_t localPort, bool gzip):
|
||||
StreamingDestination::StreamingDestination (std::shared_ptr<i2p::client::LeaseSetDestination> owner, uint16_t localPort, bool gzip):
|
||||
m_Owner (owner), m_LocalPort (localPort), m_Gzip (gzip),
|
||||
m_PendingIncomingTimer (m_Owner->GetService ())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue