ゴミ箱
|
#include <config.hpp>
Public Attributes | |
unsigned int | cpu_num = std::thread::hardware_concurrency() |
Number of available CPUs. More... | |
boost::asio::ip::address | address = boost::asio::ip::address::from_string("0.0.0.0") |
IP Address to use. More... | |
unsigned short | port = 3333 |
Port to use. More... | |
Application config.
boost::asio::ip::address config::Config::address = boost::asio::ip::address::from_string("0.0.0.0") |
IP Address to use.
unsigned int config::Config::cpu_num = std::thread::hardware_concurrency() |
Number of available CPUs.
unsigned short config::Config::port = 3333 |
Port to use.