1 2 3 4 5 6 7 8 9
#pragma once #include <string> #include <cstdint> namespace saw { constexpr std::string echo_address = "::1"; constexpr uint16_t echo_port = 4322; }