aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/opening-streams.md
AgeCommit message (Collapse)Author
2024-02-13Replace "payload" with "body"Nick Mathewson
We had used these terms inconsistently; "payload" was far less common. Part of #253.
2024-02-06Apply "cell" and "message" consistentlyNick Mathewson
Done by grepping for "cell" and making sure it was accurate in every place where it occurs. In tor-spec, I also searched for "message". Part of #253.
2023-12-07opening-streams: clarifications around CONNECTEDNick Mathewson
Namely: * CONNECTED messages may be empty. * It is a bad idea to cache IP addresses you get from an exit.
2023-11-09Start a "conventions" section to span all the specsNick Mathewson
It's short for now, but we will extract more and more things from the rest of the specifications as we continue editing.
2023-11-08opening-streams.md: replace section referencesJim Newsome
2023-11-01Split out the data transmission section.Nick Mathewson
2023-11-01Correct description of how BEGIN.FLAGS is sent.Nick Mathewson
[As noted by dgoulet], C tor's behavior is to omit the FLAGS field entirely if its value is zero. [As noted by dgoulet]: https://gitlab.torproject.org/tpo/core/torspec/-/merge_requests/179#note_2959251
2023-10-14Enforce the rule that every md has a toplevel (\#) section.Nick Mathewson
2023-10-14Rename all long files.Nick Mathewson