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

Method AcceptStreams

libi2pd/Destination.cpp:1335–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1333 }
1334
1335 void ClientDestination::AcceptStreams (const i2p::stream::StreamingDestination::Acceptor& acceptor)
1336 {
1337 if (m_StreamingDestination)
1338 m_StreamingDestination->SetAcceptor (acceptor);
1339 }
1340
1341 void ClientDestination::StopAcceptingStreams ()
1342 {

Callers 4

AcceptMethod · 0.80
ProcessStreamForwardMethod · 0.80
AcceptMethod · 0.80
AcceptStreamFunction · 0.80

Calls 1

SetAcceptorMethod · 0.80

Tested by

no test coverage detected