mirror of
https://github.com/torproject/torspec.git
synced 2024-11-26 19:30:32 +00:00
Proposal 319 and 325 superseded by 340
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
a14e2981ef
commit
402647ea1b
@ -239,13 +239,13 @@ Proposals by number:
|
||||
316 FlashFlow: A Secure Speed Test for Tor (Parent Proposal) [DRAFT]
|
||||
317 Improve security aspects of DNS name resolution [NEEDS-REVISION]
|
||||
318 Limit protover values to 0-63 [CLOSED]
|
||||
319 RELAY_FRAGMENT cells [OPEN]
|
||||
319 RELAY_FRAGMENT cells [OBSOLETE]
|
||||
320 Removing TAP usage from v2 onion services [REJECTED]
|
||||
321 Better performance and usability for the MyFamily option (v2) [ACCEPTED]
|
||||
322 Extending link specifiers to include the directory port [OPEN]
|
||||
323 Specification for Walking Onions [OPEN]
|
||||
324 RTT-based Congestion Control for Tor [OPEN]
|
||||
325 Packed relay cells: saving space on small commands [OPEN]
|
||||
325 Packed relay cells: saving space on small commands [OBSOLETE]
|
||||
326 The "tor-relay" Well-Known Resource Identifier [OPEN]
|
||||
327 A First Take at PoW Over Introduction Circuits [DRAFT]
|
||||
328 Make Relays Report When They Are Overloaded [CLOSED]
|
||||
@ -297,11 +297,9 @@ Proposals by status:
|
||||
306 A Tor Implementation of IPv6 Happy Eyeballs
|
||||
308 Counter Galois Onion: A New Proposal for Forward-Secure Relay Cryptography
|
||||
309 Optimistic SOCKS Data
|
||||
319 RELAY_FRAGMENT cells
|
||||
322 Extending link specifiers to include the directory port
|
||||
323 Specification for Walking Onions
|
||||
324 RTT-based Congestion Control for Tor
|
||||
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
|
||||
@ -510,6 +508,8 @@ Proposals by status:
|
||||
263 Request to change key exchange protocol for handshake v1.2
|
||||
268 New Guard Selection Behaviour
|
||||
270 RebelAlliance: A Post-Quantum Secure Hybrid Handshake Based on NewHope
|
||||
319 RELAY_FRAGMENT cells
|
||||
325 Packed relay cells: saving space on small commands
|
||||
RESERVE:
|
||||
133 Incorporate Unreachable ORs into the Tor Network
|
||||
172 GETINFO controller option for circuit information
|
||||
|
@ -3,9 +3,11 @@ Filename: 319-wide-everything.md
|
||||
Title: RELAY_FRAGMENT cells
|
||||
Author: Nick Mathewson
|
||||
Created: 11 May 2020
|
||||
Status: Open
|
||||
Status: Obsolete
|
||||
```
|
||||
|
||||
(Proposal superseded by proposal 340)
|
||||
|
||||
(This proposal is part of the Walking Onions spec project.)
|
||||
|
||||
# Introduction
|
||||
|
@ -3,9 +3,11 @@ Filename: 325-packed-relay-cells.md
|
||||
Title: Packed relay cells: saving space on small commands
|
||||
Author: Nick Mathewson
|
||||
Created: 10 July 2020
|
||||
Status: Open
|
||||
Status: Obsolete
|
||||
```
|
||||
|
||||
(Proposal superseded by proposal 340)
|
||||
|
||||
# Introduction
|
||||
|
||||
In proposal 319 I suggested a way to fragment long commands across
|
||||
|
@ -236,13 +236,13 @@ Below are a list of proposals sorted by their proposal number. See
|
||||
* [`316-flashflow.md`](/proposals/316-flashflow.md): FlashFlow: A Secure Speed Test for Tor (Parent Proposal) [DRAFT]
|
||||
* [`317-secure-dns-name-resolution.txt`](/proposals/317-secure-dns-name-resolution.txt): Improve security aspects of DNS name resolution [NEEDS-REVISION]
|
||||
* [`318-limit-protovers.md`](/proposals/318-limit-protovers.md): Limit protover values to 0-63 [CLOSED]
|
||||
* [`319-wide-everything.md`](/proposals/319-wide-everything.md): RELAY_FRAGMENT cells [OPEN]
|
||||
* [`319-wide-everything.md`](/proposals/319-wide-everything.md): RELAY_FRAGMENT cells [OBSOLETE]
|
||||
* [`320-tap-out-again.md`](/proposals/320-tap-out-again.md): Removing TAP usage from v2 onion services [REJECTED]
|
||||
* [`321-happy-families.md`](/proposals/321-happy-families.md): Better performance and usability for the MyFamily option (v2) [ACCEPTED]
|
||||
* [`322-dirport-linkspec.md`](/proposals/322-dirport-linkspec.md): Extending link specifiers to include the directory port [OPEN]
|
||||
* [`323-walking-onions-full.md`](/proposals/323-walking-onions-full.md): Specification for Walking Onions [OPEN]
|
||||
* [`324-rtt-congestion-control.txt`](/proposals/324-rtt-congestion-control.txt): RTT-based Congestion Control for Tor [OPEN]
|
||||
* [`325-packed-relay-cells.md`](/proposals/325-packed-relay-cells.md): Packed relay cells: saving space on small commands [OPEN]
|
||||
* [`325-packed-relay-cells.md`](/proposals/325-packed-relay-cells.md): Packed relay cells: saving space on small commands [OBSOLETE]
|
||||
* [`326-tor-relay-well-known-uri-rfc8615.md`](/proposals/326-tor-relay-well-known-uri-rfc8615.md): The "tor-relay" Well-Known Resource Identifier [OPEN]
|
||||
* [`327-pow-over-intro.txt`](/proposals/327-pow-over-intro.txt): A First Take at PoW Over Introduction Circuits [DRAFT]
|
||||
* [`328-relay-overload-report.md`](/proposals/328-relay-overload-report.md): Make Relays Report When They Are Overloaded [CLOSED]
|
||||
|
@ -32,11 +32,9 @@ for discussion.
|
||||
* [`306-ipv6-happy-eyeballs.txt`](/proposals/306-ipv6-happy-eyeballs.txt): A Tor Implementation of IPv6 Happy Eyeballs
|
||||
* [`308-counter-galois-onion.txt`](/proposals/308-counter-galois-onion.txt): Counter Galois Onion: A New Proposal for Forward-Secure Relay Cryptography
|
||||
* [`309-optimistic-socks-in-tor.txt`](/proposals/309-optimistic-socks-in-tor.txt): Optimistic SOCKS Data
|
||||
* [`319-wide-everything.md`](/proposals/319-wide-everything.md): RELAY_FRAGMENT cells
|
||||
* [`322-dirport-linkspec.md`](/proposals/322-dirport-linkspec.md): Extending link specifiers to include the directory port
|
||||
* [`323-walking-onions-full.md`](/proposals/323-walking-onions-full.md): Specification for Walking Onions
|
||||
* [`324-rtt-congestion-control.txt`](/proposals/324-rtt-congestion-control.txt): RTT-based Congestion Control for Tor
|
||||
* [`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
|
||||
@ -358,7 +356,9 @@ longer relevant (the proposal is OBSOLETE).
|
||||
* [`270-newhope-hybrid-handshake.txt`](/proposals/270-newhope-hybrid-handshake.txt): RebelAlliance: A Post-Quantum Secure Hybrid Handshake Based on NewHope [OBSOLETE]
|
||||
* [`276-lower-bw-granularity.txt`](/proposals/276-lower-bw-granularity.txt): Report bandwidth with lower granularity in consensus documents [DEAD]
|
||||
* [`286-hibernation-api.txt`](/proposals/286-hibernation-api.txt): Controller APIs for hibernation access on mobile [REJECTED]
|
||||
* [`319-wide-everything.md`](/proposals/319-wide-everything.md): RELAY_FRAGMENT cells [OBSOLETE]
|
||||
* [`320-tap-out-again.md`](/proposals/320-tap-out-again.md): Removing TAP usage from v2 onion services [REJECTED]
|
||||
* [`325-packed-relay-cells.md`](/proposals/325-packed-relay-cells.md): Packed relay cells: saving space on small commands [OBSOLETE]
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user