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

Function AcceptStream

libi2pd/api.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 void AcceptStream (std::shared_ptr<i2p::client::ClientDestination> dest, const i2p::stream::StreamingDestination::Acceptor& acceptor)
140 {
141 if (dest)
142 dest->AcceptStreams (acceptor);
143 }
144
145 void DestroyStream (std::shared_ptr<i2p::stream::Stream> stream)
146 {

Callers

nothing calls this directly

Calls 1

AcceptStreamsMethod · 0.80

Tested by

no test coverage detected