mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
1a49fdecf8
- Document it in the manpage - Add a changes entry - No need to log when it is set: we don't log for other options. - Use doxygen to document the new flag. - Test truth of C variables with "if (x)", not "if (x == 1)". - Simplify a complex boolean expression by breaking it up.
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
o Minor features:
|
|
- Ordinarily, Tor does not count traffic from private addresses
|
|
(like 127.0.0.1 or 10.0.0.1) when calculating rate limits or
|
|
accounting. There is now a new option, CountPrivateBandwidth, to
|
|
disable this behavior. Patch from Daniel Cagara.
|
|
|