#include "config.hpp" #include "net.hpp" NetIO::NetIO(boost::asio::io_context &io_context, const Config &config) : conf(config) { }