Skip to content
Snippets Groups Projects

Add a new section to rend-spec about managing streams

Merged Nick Mathewson requested to merge nickm/torspec:hs_stream_mgt into main
All threads resolved!
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,7 +10,7 @@ and port of the destination host. The payload format is:
```text
ADDRPORT [nul-terminated string]
FLAGS [4 bytes]
FLAGS [4 bytes, optional]
ADDRPORT is made of ADDRESS | ':' | PORT | [00]
```
@@ -28,6 +28,9 @@ The FLAGS value has one or more of the following bits set, where
the MSB of a 4-byte value is the MSB of the first byte, and the LSB
of a 4-byte value is the LSB of its last byte.)
If FLAGS is absent, its value is 0. Whenever 0 would be sent for
FLAGS, FLAGS is omitted from the message payload.
```text
bit meaning
1 -- IPv6 okay. We support learning about IPv6 addresses and
Loading