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
David Goulet
Tor
Commits
75754b4d
Commit
75754b4d
authored
Mar 17, 2007
by
Roger Dingledine
Browse files
other minor fixes lurking in my sandbox
svn:r9854
parent
9d7dc1b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
contrib/exitlist
View file @
75754b4d
...
...
@@ -218,7 +218,7 @@ def run():
opts
,
pargs
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
"vx"
)
except
getopt
.
GetoptError
,
e
:
print
"""
usage: %s [-v] [-x] [host:port [host:port [...]]]
usage:
cat ~/.tor/cached-routers* |
%s [-v] [-x] [host:port [host:port [...]]]
-v verbose output
-x invert results
"""
%
sys
.
argv
[
0
]
...
...
doc/spec/proposals/111-local-traffic-priority.txt
View file @
75754b4d
...
...
@@ -21,7 +21,7 @@ Motivation:
they're limited to the same download capacity as upload capacity. And
they have to enable rate limiting, or their upstream pipe gets filled
up, starts dropping packets, and now their net connection doesn't work
even for non-Tor stuff. So they end up turning off the relaying part
.
even for non-Tor stuff. So they end up turning off the relaying part
so they can use Tor (and other applications) again.
So far this hasn't mattered that much: most of our fast relays are
...
...
src/or/dirserv.c
View file @
75754b4d
...
...
@@ -2093,7 +2093,7 @@ connection_dirserv_stop_blocking_all_on_or_conn(or_connection_t *or_conn)
{
dir_connection_t
*
dir_conn
,
*
next
;
dir_conn
=
or_conn
->
blocked_dir_connections
;
dir_conn
=
or_conn
->
blocked_dir_connections
;
while
(
dir_conn
)
{
next
=
dir_conn
->
next_blocked_on_same_or_conn
;
...
...
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