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

Method StopAcceptingStreams

libi2pd/Destination.cpp:1341–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339 }
1340
1341 void ClientDestination::StopAcceptingStreams ()
1342 {
1343 if (m_StreamingDestination)
1344 m_StreamingDestination->ResetAcceptor ();
1345 }
1346
1347 bool ClientDestination::IsAcceptingStreams () const
1348 {

Callers 3

StopMethod · 0.80
TerminateMethod · 0.80
StopLocalDestinationMethod · 0.80

Calls 1

ResetAcceptorMethod · 0.80

Tested by

no test coverage detected