MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / CancelRemoteLeaseChange

Method CancelRemoteLeaseChange

libi2pd/Streaming.cpp:2061–2065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected