diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-07 17:37:47 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-07 17:37:47 +0200 |
commit | 03ed2a0fe01704f9c34b44e0963da82f894d8968 (patch) | |
tree | a7f5a9b9a9bed4c0c0efbdc500da3abb9deb4934 /modules/io_codec/examples/echo.hpp | |
parent | a51d012bb1e7d34ff5e27bebccd8026bc731515c (diff) |
wip
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; } |