This is an automated email from the git hooks/post-receive script.
nickm pushed a commit to branch main in repository torspec.
commit c6cf0ad5e9ed68bd1a409295d3266919d8a50396 Author: Nick Mathewson nickm@torproject.org AuthorDate: Tue May 31 12:48:43 2022 -0400
Reindex for prop340. --- proposals/000-index.txt | 2 ++ proposals/BY_INDEX.md | 1 + proposals/README.md | 1 + 3 files changed, 4 insertions(+)
diff --git a/proposals/000-index.txt b/proposals/000-index.txt index c2cc6a9..7d518c1 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -260,6 +260,7 @@ Proposals by number: 337 A simpler way to decide, "Is this guard usable?" [ACCEPTED] 338 Use an 8-byte timestamp in NETINFO cells [ACCEPTED] 339 UDP traffic over Tor [ACCEPTED] +340 Packed and fragmented relay messages [OPEN]
Proposals by status: @@ -299,6 +300,7 @@ Proposals by status: 325 Packed relay cells: saving space on small commands 326 The "tor-relay" Well-Known Resource Identifier 330 Modernizing authority contact entries + 340 Packed and fragmented relay messages ACCEPTED: 265 Load Balancing with Overhead Parameters [for 0.2.9.x] 282 Remove "Named" and "Unnamed" handling from consensus voting [for 0.3.3.x] diff --git a/proposals/BY_INDEX.md b/proposals/BY_INDEX.md index f55bc61..9383351 100644 --- a/proposals/BY_INDEX.md +++ b/proposals/BY_INDEX.md @@ -257,4 +257,5 @@ Below are a list of proposals sorted by their proposal number. See * [`337-simpler-guard-usability.md`](/proposals/337-simpler-guard-usability.md): A simpler way to decide, "Is this guard usable?" [ACCEPTED] * [`338-netinfo-y2038.md`](/proposals/338-netinfo-y2038.md): Use an 8-byte timestamp in NETINFO cells [ACCEPTED] * [`339-udp-over-tor.md`](/proposals/339-udp-over-tor.md): UDP traffic over Tor [ACCEPTED] +* [`340-packed-and-fragmented.md`](/proposals/340-packed-and-fragmented.md): Packed and fragmented relay messages [OPEN]
diff --git a/proposals/README.md b/proposals/README.md index b49573b..1431e8d 100644 --- a/proposals/README.md +++ b/proposals/README.md @@ -39,6 +39,7 @@ for discussion. * [`325-packed-relay-cells.md`](/proposals/325-packed-relay-cells.md): Packed relay cells: saving space on small commands * [`326-tor-relay-well-known-uri-rfc8615.md`](/proposals/326-tor-relay-well-known-uri-rfc8615.md): The "tor-relay" Well-Known Resource Identifier * [`330-authority-contact.md`](/proposals/330-authority-contact.md): Modernizing authority contact entries +* [`340-packed-and-fragmented.md`](/proposals/340-packed-and-fragmented.md): Packed and fragmented relay messages
## ACCEPTED proposals: slated for implementation