about summary refs log tree commit diff
path: root/tvix/docs/src/nix-daemon/handshake.md
diff options
context:
space:
mode:
authorBrian Olsen <brian@maven-group.org>2024-11-03T13·24+0100
committerBrian Olsen <brian@maven-group.org>2024-11-03T20·49+0000
commit28dbf5f0eb0306d7675ec83475e14c79b05b310d (patch)
tree292f13498fd6d2a18e4bb33381690202ac400a4c /tvix/docs/src/nix-daemon/handshake.md
parentf02bc522b66dda707a7ef469082e56fc0df46569 (diff)
chore(tvix/docs): Small changes to Nix Daemon protocol description r/8884
I found some more operations that are obsolete and a few missing
fields. I also did some small changes to make handshake description
more consistent.

Change-Id: I9f853a37e9d50621491f31ea71879d6a600046e2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12724
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/docs/src/nix-daemon/handshake.md')
-rw-r--r--tvix/docs/src/nix-daemon/handshake.md6
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