Note that bandwidth-limit options only affect TCP data.

This commit is contained in:
Nick Mathewson 2017-03-14 19:46:57 -04:00
parent f38f9b33d0
commit 8083e7c80b
2 changed files with 6 additions and 0 deletions

3
changes/bug17170 Normal file
View File

@ -0,0 +1,3 @@
o Documentation:
- Note that bandwidth-limiting options don't affect TCP headers or DNS.
Closes ticket 17170.

View File

@ -184,6 +184,9 @@ GENERAL OPTIONS
relay (that is, 600 kbits) or 50 KBytes for a bridge (400 kbits) -- but of
course, more is better; we recommend at least 250 KBytes (2 mbits) if
possible. (Default: 1 GByte) +
+
Note that this option, and other bandwidth-limiting options, apply to TCP
data only: They do not count TCP headers or DNS traffic. +
+
With this option, and in other options that take arguments in bytes,
KBytes, and so on, other formats are also supported. Notably, "KBytes" can