#pragma once #include #include #include #include namespace sch { using namespace saw::schema; using Echo = String; } namespace saw { constexpr std::string echo_address = "127.0.0.1"; constexpr uint16_t echo_port = 4322; }