mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
ProtocolServer: Port to socket takeover
This commit is contained in:
parent
bd55938985
commit
9eaac26eda
Notes:
sideshowbarker
2024-07-19 11:03:44 +09:00
Author: https://github.com/bugaevc
Commit: 9eaac26eda
Pull-request: https://github.com/SerenityOS/serenity/pull/827
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