|
Monero
|
#include <network_throttle-detail.hpp>

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) | |
| epee::net_utils::network_throttle_bw::network_throttle_bw | ( | const std::string & | name1 | ) |
| 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)
| network_throttle epee::net_utils::network_throttle_bw::m_inreq |
for requesting incomming traffic (this is exact usually)
| network_throttle epee::net_utils::network_throttle_bw::m_out |
for outgoing traffic that we just sent (this is exact usually)