Fix values

This commit is contained in:
Михаил Подивилов 2019-05-11 18:34:18 +03:00
parent d930947853
commit 4032a611bf
9 changed files with 22 additions and 23 deletions

View file

@ -209,7 +209,7 @@ namespace client
{
std::stringstream ss;
ss << from.GetIdentHash().ToBase32();
ss << ".b32.dotnet:";
ss << ".dot.net:";
ss << std::to_string(fromPort);
ss << "\n";
ss.write((char *)buf, len);