Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
d564187d
Commit
d564187d
authored
Nov 08, 2016
by
Nick Mathewson
🐻
Browse files
Merge branch 'maint-0.2.9'
parents
c58592e6
e4ef9f74
Changes
3
Hide whitespace changes
Inline
Side-by-side
changes/bug20085
0 → 100644
View file @
d564187d
o Documentation:
- Correct the minimum bandwidth value in torrc.sample, and queue a
corresponding change for torrc.minimal. Closes ticket 20085.
src/config/torrc.minimal.in-staging
View file @
d564187d
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
## Define these to limit how much relayed traffic you will allow. Your
## Define these to limit how much relayed traffic you will allow. Your
## own traffic is still unthrottled. Note that RelayBandwidthRate must
## own traffic is still unthrottled. Note that RelayBandwidthRate must
## be at least
20
kilobytes per second.
## be at least
75
kilobytes per second.
## Note that units for these config options are bytes (per second), not
## Note that units for these config options are bytes (per second), not
## bits (per second), and that prefixes are binary prefixes, i.e. 2^10,
## bits (per second), and that prefixes are binary prefixes, i.e. 2^10,
## 2^20, etc.
## 2^20, etc.
...
...
src/config/torrc.sample.in
View file @
d564187d
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
## Define these to limit how much relayed traffic you will allow. Your
## Define these to limit how much relayed traffic you will allow. Your
## own traffic is still unthrottled. Note that RelayBandwidthRate must
## own traffic is still unthrottled. Note that RelayBandwidthRate must
## be at least
20
kilobytes per second.
## be at least
75
kilobytes per second.
## Note that units for these config options are bytes (per second), not
## Note that units for these config options are bytes (per second), not
## bits (per second), and that prefixes are binary prefixes, i.e. 2^10,
## bits (per second), and that prefixes are binary prefixes, i.e. 2^10,
## 2^20, etc.
## 2^20, etc.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment