node: type safe socket path
Provide a type-safe socket path that captures the invariants expected for the control socket on each OS.
The common invariant for each OS is the length of the path name, in bytes.
This is then used to construct the ControlSocket used in radicle-node.
Provide a type-safe socket path that captures the invariants expected for the control socket on each OS.
The common invariant for each OS is the length of the path name, in bytes.
This is then used to construct the ControlSocket used in radicle-node.
Review