#pragma once #include #include namespace saw { constexpr std::string echo_address = "::1"; constexpr uint16_t echo_port = 4322; }