blob: 8bbe00b6b29de9f24cf89a6c8cb9fa0d4599ba13 (
plain)
1
2
3
4
5
|
o Minor features (protocol simplification):
- Tor no longer allows subprotocol versions larger than 63. Previously
versions up to UINT32_MAX were allowed, which significantly complicated
our code.
Implements proposal 318; closes ticket 40133.
|