Monero
Loading...
Searching...
No Matches
epee::net_utils::network_throttle_bw Struct Reference

#include <network_throttle-detail.hpp>

Collaboration diagram for epee::net_utils::network_throttle_bw:

Public Member Functions

 network_throttle_bw (const std::string &name1)

Public Attributes

network_throttle m_in
 for incomming traffic (this we can not controll directly as it depends of what others send to us - usually)
network_throttle m_inreq
 for requesting incomming traffic (this is exact usually)
network_throttle m_out
 for outgoing traffic that we just sent (this is exact usually)

Constructor & Destructor Documentation

◆ network_throttle_bw()

epee::net_utils::network_throttle_bw::network_throttle_bw ( const std::string & name1)

Member Data Documentation

◆ m_in

network_throttle epee::net_utils::network_throttle_bw::m_in

for incomming traffic (this we can not controll directly as it depends of what others send to us - usually)

◆ m_inreq

network_throttle epee::net_utils::network_throttle_bw::m_inreq

for requesting incomming traffic (this is exact usually)

◆ m_out

network_throttle epee::net_utils::network_throttle_bw::m_out

for outgoing traffic that we just sent (this is exact usually)


The documentation for this struct was generated from the following files: