mirror of
https://github.com/torproject/torspec.git
synced 2024-11-23 09:49:45 +00:00
Merge remote-tracking branch 'tor-github/pr/82'
This commit is contained in:
commit
1b05c7c9ed
@ -98,7 +98,7 @@
|
||||
Int
|
||||
SP (space)
|
||||
NL (newline)
|
||||
Keyword
|
||||
KeywordChar
|
||||
ArgumentChar
|
||||
nickname
|
||||
hexdigest (a '$', followed by 40 hexadecimal characters
|
||||
@ -113,7 +113,8 @@
|
||||
Line ::= ArgumentChar* NL
|
||||
RelayLine ::= KeyValue (SP KeyValue)* NL
|
||||
HeaderLine ::= KeyValue NL
|
||||
KeyValue ::= Keyword "=" Value
|
||||
KeyValue ::= Key "=" Value
|
||||
Key ::= (KeywordChar | "_")+
|
||||
Value ::= ArgumentCharValue+
|
||||
ArgumentCharValue ::= any printing ASCII character except NL and SP.
|
||||
Terminator ::= "=====" or "===="
|
||||
|
Loading…
Reference in New Issue
Block a user