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

Method AcceptOnce

libi2pd/Destination.cpp:1354–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352 }
1353
1354 void ClientDestination::AcceptOnce (const i2p::stream::StreamingDestination::Acceptor& acceptor)
1355 {
1356 if (m_StreamingDestination)
1357 m_StreamingDestination->AcceptOnce (acceptor);
1358 }
1359
1360 std::shared_ptr<i2p::stream::StreamingDestination> ClientDestination::CreateStreamingDestination (uint16_t port, bool gzip)
1361 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected