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

Method GetNumSentBytes

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

Source from the content-addressed store, hash-verified

217 void Cancel () { m_ReceiveTimer.cancel (); };
218
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 (); };

Callers 5

ShowLeaseSetDestinationFunction · 0.45
ShowLocalDestinationFunction · 0.45
ShowTunnelsFunction · 0.45
ShowTransportSessionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected