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

Method GetStreamingMaxConcurrentStreams

libi2pd/Destination.h:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 int GetStreamingOutboundSpeed () const { return m_StreamingOutboundSpeed; }
279 int GetStreamingInboundSpeed () const { return m_StreamingInboundSpeed; }
280 int GetStreamingMaxConcurrentStreams () const { return m_StreamingMaxConcurrentStreams; }
281 int GetStreamingMaxConnsPerMinute () const { return m_StreamingMaxConnsPerMinute; }
282 bool IsStreamingAnswerPings () const { return m_IsStreamingAnswerPings; }
283 bool IsStreamingDontSign () const { return m_IsStreamingDontSign; }

Callers 1

HandleNextPacketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected