|
Monero
|
#include <network_throttle.hpp>
Static Public Member Functions | |
| static i_network_throttle & | get_global_throttle_in () |
| singleton ; for friend class ; caller MUST use proper locks! like m_lock_get_global_throttle_in | |
| static i_network_throttle & | get_global_throttle_inreq () |
| ditto ; use lock ... use m_lock_get_global_throttle_inreq obviously | |
| static i_network_throttle & | get_global_throttle_out () |
| ditto ; use lock ... use m_lock_get_global_throttle_out obviously | |
Static Public Attributes | |
| static boost::mutex | m_lock_get_global_throttle_in |
| static boost::mutex | m_lock_get_global_throttle_inreq |
| static boost::mutex | m_lock_get_global_throttle_out |
Friends | |
| class | connection_basic |
| class | connection_basic_pimpl |
|
static |
singleton ; for friend class ; caller MUST use proper locks! like m_lock_get_global_throttle_in
|
static |
ditto ; use lock ... use m_lock_get_global_throttle_inreq obviously
|
static |
ditto ; use lock ... use m_lock_get_global_throttle_out obviously
|
friend |
|
friend |
|
static |
|
static |
|
static |