|
Electroneum
|
#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 |
Definition at line 106 of file network_throttle.hpp.
|
static |
singleton ; for friend class ; caller MUST use proper locks! like m_lock_get_global_throttle_in
Definition at line 77 of file network_throttle.cpp.

|
static |
ditto ; use lock ... use m_lock_get_global_throttle_inreq obviously
Definition at line 84 of file network_throttle.cpp.

|
static |
ditto ; use lock ... use m_lock_get_global_throttle_out obviously
Definition at line 90 of file network_throttle.cpp.

|
friend |
Definition at line 119 of file network_throttle.hpp.
|
friend |
Definition at line 120 of file network_throttle.hpp.
|
static |
Definition at line 115 of file network_throttle.hpp.
|
static |
Definition at line 116 of file network_throttle.hpp.
|
static |
Definition at line 117 of file network_throttle.hpp.