mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 05:15:07 +00:00
ProtocolServer: Port to socket takeover
This commit is contained in:
parent
bd55938985
commit
9eaac26eda
3 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
namespace LibProtocol {
|
||||
|
||||
Client::Client()
|
||||
: ConnectionNG(*this, "/tmp/psportal")
|
||||
: ConnectionNG(*this, "/tmp/portal/protocol")
|
||||
{
|
||||
handshake();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue