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

Method GetSendQueueSize

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

Source from the content-addressed store, hash-verified

219 size_t GetNumSentBytes () const { return m_NumSentBytes; };
220 size_t GetNumReceivedBytes () const { return m_NumReceivedBytes; };
221 size_t GetSendQueueSize () const { return m_SentPackets.size (); };
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; };

Callers 3

ShowLocalDestinationFunction · 0.45
ShowTransportSessionsFunction · 0.45
GetRandomPeerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected