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

Method GetStreamingMaxWindowSize

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

Source from the content-addressed store, hash-verified

282 bool IsStreamingAnswerPings () const { return m_IsStreamingAnswerPings; }
283 bool IsStreamingDontSign () const { return m_IsStreamingDontSign; }
284 int GetStreamingMaxWindowSize () const { return m_StreamingMaxWindowSize; }
285 int GetStreamingMaxResends () const { return m_StreamingMaxResends; }
286
287 // datagram

Callers 1

StreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected