net.cpp 137 B

1234567
  1. #include "config.hpp"
  2. #include "net.hpp"
  3. NetIO::NetIO(boost::asio::io_context &io_context, const Config &config)
  4. : conf(config)
  5. {
  6. }