mirror of
https://github.com/torproject/torspec.git
synced 2024-11-23 17:59:42 +00:00
Fix the first part of bug 681, as suggested by Robert Hogan on or-talk.
svn:r14754
This commit is contained in:
parent
a3d73414e6
commit
00d4ca0dc7
@ -988,6 +988,7 @@ $Id$
|
||||
"650" SP "STREAM" SP StreamID SP StreamStatus SP CircID SP Target
|
||||
[SP "REASON=" Reason [ SP "REMOTE_REASON=" Reason ]]
|
||||
[SP "SOURCE=" Source] [ SP "SOURCE_ADDR=" Address ":" Port ]
|
||||
[SP "PURPOSE=" Purpose]
|
||||
CRLF
|
||||
|
||||
StreamStatus =
|
||||
@ -1037,6 +1038,15 @@ $Id$
|
||||
that requested the connection, and can be (e.g.) used to look up the
|
||||
requesting program.
|
||||
|
||||
|
||||
Purpose = "DIR_FETCH" / "UPLOAD_DESC" / "DNS_REQUEST" /
|
||||
"USER" / "DIRPORT_TEST"
|
||||
|
||||
The "PURPOSE" field is provided only for NEW and NEWRESOLVE events, and
|
||||
only if extended events are enabled (see 3.19). Clients MUST accept
|
||||
purposes not listed above.
|
||||
|
||||
|
||||
4.1.3. OR Connection status changed
|
||||
|
||||
The syntax is:
|
||||
|
Loading…
Reference in New Issue
Block a user