summaryrefslogtreecommitdiff
path: root/crates/tor-protover/src/named.rs
Commit message (Collapse)AuthorAgeFilesLines
* protover: Correct capitalization of Micro[Dd]escNick Mathewson2025-04-161-1/+1
| | | | Closes #1923
* protover: add names for members of the Link protocol group.Nick Mathewson2025-04-161-0/+27
|
* protover: Add support for subprotocol version mnemonics.Nick Mathewson2025-03-121-0/+130
It's error-prone to have to remember e.g. that "Desc=5" means "family ID support", so in torspec!251 we added mnemonic names like DESC_FAMILY_IDS. Here we use those names in tor-protover.