Skip to content

Commit e036f2d

Browse files
committed
Mark proposal 110 closed at last
1 parent c4402e0 commit e036f2d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: proposals/000-index.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Proposals by number:
3030
107 Uptime Sanity Checking [CLOSED]
3131
108 Base "Stable" Flag on Mean Time Between Failures [CLOSED]
3232
109 No more than one server per IP address [CLOSED]
33-
110 Avoiding infinite length circuits [ACCEPTED]
33+
110 Avoiding infinite length circuits [CLOSED]
3434
111 Prioritizing local traffic over relayed traffic [CLOSED]
3535
112 Bring Back Pathlen Coin Weight [SUPERSEDED]
3636
113 Simplifying directory authority administration [SUPERSEDED]
@@ -148,7 +148,6 @@ Proposals by status:
148148
191 Bridge Detection Resistance against MITM-capable Adversaries
149149
192 Automatically retrieve and store information about bridges [for 0.2.[45].x]
150150
ACCEPTED:
151-
110 Avoiding infinite length circuits [for 0.2.3.x] [in 0.2.1.3-alpha]
152151
117 IPv6 exits [for 0.2.3.x]
153152
140 Provide diffs between consensuses
154153
147 Eliminate the need for v2 directories in generating v3 directories [for 0.2.3.x]
@@ -178,6 +177,7 @@ Proposals by status:
178177
107 Uptime Sanity Checking [in 0.2.0.x]
179178
108 Base "Stable" Flag on Mean Time Between Failures [in 0.2.0.x]
180179
109 No more than one server per IP address [in 0.2.0.x]
180+
110 Avoiding infinite length circuits [for 0.2.3.x] [in 0.2.1.3-alpha, 0.2.3.11-alpha]
181181
111 Prioritizing local traffic over relayed traffic [in 0.2.0.x]
182182
114 Distributed Storage for Tor Hidden Service Descriptors [in 0.2.0.x]
183183
119 New PROTOCOLINFO command for controllers [in 0.2.0.x]

Diff for: proposals/110-avoid-infinite-circuits.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Filename: 110-avoid-infinite-circuits.txt
22
Title: Avoiding infinite length circuits
33
Author: Roger Dingledine
44
Created: 13-Mar-2007
5-
Status: Accepted
5+
Status: Closed
66
Target: 0.2.3.x
7-
Implemented-In: 0.2.1.3-alpha
7+
Implemented-In: 0.2.1.3-alpha, 0.2.3.11-alpha
88

99
History:
1010

Diff for: tor-spec.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ see tor-design.pdf.
895895
A RELAY_EARLY cell is designed to limit the length any circuit can reach.
896896
When an OR receives a RELAY_EARLY cell, and the next node in the circuit
897897
is speaking v2 of the link protocol or later, the OR relays the cell as a
898-
RELAY_EARLY cell. Otherwise, it relays it as a RELAY cell.
898+
RELAY_EARLY cell. Otherwise, older Tors will relay it as a RELAY cell.
899899

900900
If a node ever receives more than 8 RELAY_EARLY cells on a given
901901
outbound circuit, it SHOULD close the circuit. (For historical reasons,
@@ -908,8 +908,8 @@ see tor-design.pdf.
908908
RELAY cells that are not targeted at the first hop of any circuit as
909909
RELAY_EARLY cells too, in order to partially conceal the circuit length.
910910

911-
[In a future version of Tor, relays will reject any EXTEND cell not
912-
received in a RELAY_EARLY cell. See proposal 110.]
911+
[Starting with Tor 0.2.3.11-alpha, future version of Tor, relays should
912+
reject any EXTEND cell not received in a RELAY_EARLY cell.]
913913

914914
6. Application connections and stream management
915915

0 commit comments

Comments
 (0)