diff options
Diffstat (limited to 'modules/io_codec/examples/echo.hpp')
-rw-r--r-- | modules/io_codec/examples/echo.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/io_codec/examples/echo.hpp b/modules/io_codec/examples/echo.hpp index 84b9b31..04819b0 100644 --- a/modules/io_codec/examples/echo.hpp +++ b/modules/io_codec/examples/echo.hpp @@ -13,6 +13,6 @@ using Echo = String; } namespace saw { -constexpr std::string echo_address = "::1"; +constexpr std::string echo_address = "127.0.0.1"; constexpr uint16_t echo_port = 4322; } |