Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
node: type safe socket path
Draft fintohaps opened 3 months ago

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.

fintohaps opened with revision 55a0ad06 on base 02318f19 +791 -76 3 months ago

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.

lorenz pushed revision 2 b9f91bc3 on base 02318f19 +717 -76 3 months ago

Review