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

Method GetWindowSize

libi2pd/Streaming.h:224–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 size_t GetReceiveQueueSize () const { return m_ReceiveQueue.size (); };
223 size_t GetSendBufferSize () const { return m_SendBuffer.GetSize (); };
224 int GetWindowSize () const { return m_WindowSize; };
225 int GetRTT () const { return m_RTT; };
226
227 void Terminate (bool deleteFromDestination = true);

Callers 1

ShowLocalDestinationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected