| 2059 | } |
| 2060 | |
| 2061 | void Stream::CancelRemoteLeaseChange () |
| 2062 | { |
| 2063 | m_RemoteLeaseChangeTime = 0; |
| 2064 | m_IsRemoteLeaseChangeInProgress = false; |
| 2065 | } |
| 2066 | |
| 2067 | StreamingDestination::StreamingDestination (std::shared_ptr<i2p::client::ClientDestination> owner, uint16_t localPort, bool gzip): |
| 2068 | m_Owner (owner), m_LocalPort (localPort), m_Gzip (gzip), |
nothing calls this directly
no outgoing calls
no test coverage detected