diff options
Diffstat (limited to 'tvix/docs/src/nix-daemon/handshake.md')
-rw-r--r-- | tvix/docs/src/nix-daemon/handshake.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tvix/docs/src/nix-daemon/handshake.md b/tvix/docs/src/nix-daemon/handshake.md index 0a436372b3ff..ccf366cd3b27 100644 --- a/tvix/docs/src/nix-daemon/handshake.md +++ b/tvix/docs/src/nix-daemon/handshake.md @@ -3,7 +3,7 @@ ## client -> server - 0x6e697863 :: [Int](#int) (hardcoded, 'nixc' in ASCII) -## server -> client +## client <- server - 0x6478696f :: [Int](#int) (hardcoded, 'dxio' in ASCII) - protocolVersion :: [Int](#int) @@ -19,7 +19,7 @@ - reserveSpace :: [Bool](#bool) (obsolete, ignored and set to false) -## server -> client +## client <- server ### If clientVersion is 1.33 or later - nixVersion :: String @@ -27,6 +27,6 @@ ### If clientVersion is 1.35 or later - trusted :: OptTrusted -## server -> client +## client <- server - send logs - [operation](./operations.md) :: Int \ No newline at end of file |