|
Monero
|
#include <p2p.h>

Public Member Functions | |
| t_p2p (boost::program_options::variables_map const &vm, t_protocol &protocol) | |
| t_node_server & | get () |
| void | run () |
| void | stop () |
| ~t_p2p () | |
Static Public Member Functions | |
| static void | init_options (boost::program_options::options_description &option_spec) |
Private Types | |
| typedef cryptonote::t_cryptonote_protocol_handler< cryptonote::core > | t_protocol_raw |
| typedef nodetool::node_server< t_protocol_raw > | t_node_server |
Private Attributes | |
| t_node_server | m_server |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
private |