Electroneum
Functions | Variables
anonymous_namespace{net_node.cpp} Namespace Reference

Functions

std::int64_t get_max_connections (const boost::iterator_range< boost::string_ref::const_iterator > value) noexcept
 
template<typename T >
epee::net_utils::network_address get_address (const boost::string_ref value)
 
bool start_socks (std::shared_ptr< net::socks::client > client, const boost::asio::ip::tcp::endpoint &proxy, const epee::net_utils::network_address &remote)
 

Variables

constexpr const boost::chrono::milliseconds future_poll_interval {500}
 
constexpr const std::chrono::seconds socks_connect_timeout {P2P_DEFAULT_SOCKS_CONNECT_TIMEOUT}
 

Function Documentation

◆ get_address()

template<typename T >
epee::net_utils::network_address anonymous_namespace{net_node.cpp}::get_address ( const boost::string_ref  value)

◆ get_max_connections()

std::int64_t anonymous_namespace{net_node.cpp}::get_max_connections ( const boost::iterator_range< boost::string_ref::const_iterator >  value)
noexcept

◆ start_socks()

bool anonymous_namespace{net_node.cpp}::start_socks ( std::shared_ptr< net::socks::client client,
const boost::asio::ip::tcp::endpoint &  proxy,
const epee::net_utils::network_address &  remote 
)

Variable Documentation

◆ future_poll_interval

constexpr const boost::chrono::milliseconds anonymous_namespace{net_node.cpp}::future_poll_interval {500}
constexpr

◆ socks_connect_timeout

constexpr const std::chrono::seconds anonymous_namespace{net_node.cpp}::socks_connect_timeout {P2P_DEFAULT_SOCKS_CONNECT_TIMEOUT}
constexpr