ProtocolServer: Port to socket takeover

This commit is contained in:
Sergey Bugaev
2019-11-26 19:34:49 +03:00
committed by Andreas Kling
parent bd55938985
commit 9eaac26eda
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
namespace LibProtocol {
Client::Client()
: ConnectionNG(*this, "/tmp/psportal")
: ConnectionNG(*this, "/tmp/portal/protocol")
{
handshake();
}