mirror of
https://github.com/torproject/torspec.git
synced 2024-11-23 17:59:42 +00:00
Clarify that CRLF means "A CR then an LF". Explain what those are.
Apparently this is not as obvious as I thought.
This commit is contained in:
parent
eb1a9e7540
commit
a6ea2a1fe7
@ -87,6 +87,10 @@
|
||||
|
||||
2.4. General-use tokens
|
||||
|
||||
; CRLF means, "the ASCII Carriage Return character (decimal value value 13)
|
||||
; followed by the ASCII Linefeed character (decimal value 10)."
|
||||
CRLF = CR LF
|
||||
|
||||
; Identifiers for servers.
|
||||
ServerID = Nickname / Fingerprint
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user