-
Notifications
You must be signed in to change notification settings - Fork 11
Support websockets for control #3
Copy link
Copy link
Open
Labels
P3Low: Not priority right nowLow: Not priority right nowexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importantkind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
Metadata
Metadata
Assignees
Labels
P3Low: Not priority right nowLow: Not priority right nowexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importantkind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
A copy of libp2p/go-libp2p-daemon#60
If we change the socket path to be a multiaddr and then create unix socket listening as just another libp2p transport, we could determine our appropriate control transport based on the multiaddr, similar to how libp2p already operates.