Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add Link protocol version 5 to the supported protocols list in protov…
…er.c Part of #25070, bugfix on 0.3.1.1-alpha.
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -292,7 +292,7 @@ protover_get_supported_protocols(void) | ||
| "HSDir=1-2 " | ||
| "HSIntro=3-4 " | ||
| "HSRend=1-2 " | ||
| "Link=1-4 " | ||
| "Link=1-5 " | ||
| "LinkAuth=1,3 " | ||
| "Microdesc=1-2 " | ||
| "Relay=1-2"; | ||