|
Electroneum
|
#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) More... | |
| network_throttle | m_inreq |
| for requesting incomming traffic (this is exact usually) More... | |
| network_throttle | m_out |
| for outgoing traffic that we just sent (this is exact usually) More... | |
Definition at line 112 of file network_throttle-detail.hpp.
| epee::net_utils::network_throttle_bw::network_throttle_bw | ( | const std::string & | name1 | ) |
Definition at line 98 of file network_throttle.cpp.
| 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)
Definition at line 114 of file network_throttle-detail.hpp.
| network_throttle epee::net_utils::network_throttle_bw::m_inreq |
for requesting incomming traffic (this is exact usually)
Definition at line 115 of file network_throttle-detail.hpp.
| network_throttle epee::net_utils::network_throttle_bw::m_out |
for outgoing traffic that we just sent (this is exact usually)
Definition at line 116 of file network_throttle-detail.hpp.