Commit 72362be7 authored by gabi-250's avatar gabi-250 🕸️
Browse files

doc/dev/notes: vanguards: Make client rend circuits be STUB+.

According to the [vanguards spec], client rendezvous circuits should be
STUB+:
 * lite: `C -> G -> L2 -> Rend`
 * full: `C -> G -> L2 -> L3 -> Rend`

[vanguards spec]: https://gitlab.torproject.org/tpo/core/torspec/-/blob/e5ace3667dcbbf893c6b632fd4e3f16114fd2a0e/spec/vanguards-spec/index.md
parent 7c605593
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ Here's our schema:
```
     Client hsdir:  STUB+ -> HsDir
     Client intro:  STUB+ -> Ipt
     Client rend:   STUB
     Client rend:   STUB+
     Service hsdir: STUB  -> HsDir      (*)
     Service intro: STUB  -> Ipt
     Service rend:  STUB+ -> Rpt