mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
More whitespace normalization
svn:r2768
This commit is contained in:
parent
0f89ec7f4c
commit
21c92dace0
@ -94,7 +94,6 @@ for fname in files:
|
||||
|
||||
print "=============================="
|
||||
|
||||
|
||||
funcnames = functionCalls.keys()
|
||||
funcnames.sort()
|
||||
|
||||
@ -146,7 +145,6 @@ for func in funcnames:
|
||||
for c in calls:
|
||||
d[c]=1
|
||||
|
||||
|
||||
cycNames = cycCalls.keys()
|
||||
while 1:
|
||||
any = 0
|
||||
|
@ -87,7 +87,6 @@ case "$1" in
|
||||
$0 start
|
||||
;;
|
||||
|
||||
|
||||
status)
|
||||
PID=`cat $TORPID 2>/dev/null`
|
||||
if [ "$PID" != "" ]; then
|
||||
|
@ -317,7 +317,6 @@ the distant future, stuff may have changed.)
|
||||
back an acknowledgement (requesting that more cells be
|
||||
sent to this stream).
|
||||
|
||||
|
||||
1.6. Routers, descriptors, and directories
|
||||
|
||||
All Tor processes need to keep track of a list of onion routers, for
|
||||
@ -477,7 +476,6 @@ the distant future, stuff may have changed.)
|
||||
|
||||
[XXX insert references]
|
||||
|
||||
|
||||
# ======================================================================
|
||||
# Old HACKING document; merge into the above, move into tor-design.tex,
|
||||
# or delete.
|
||||
@ -574,7 +572,3 @@ Robustness features.
|
||||
|
||||
Currently the code tries for the primary router first, and if it's down,
|
||||
chooses the first available twin.
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -563,7 +563,6 @@ TODO: (very soon)
|
||||
cells when both a) the window is <= 450, and b) there are less than
|
||||
ten cell payloads remaining to be flushed at that edge.
|
||||
|
||||
|
||||
7. Directories and routers
|
||||
|
||||
7.1. Extensible information format
|
||||
|
@ -296,7 +296,6 @@ knows about, so it can tell which are up and which are down. This
|
||||
option is only useful for authoritative directories, so you probably
|
||||
don't want to use it.
|
||||
|
||||
|
||||
.SH HIDDEN SERVICE OPTIONS
|
||||
.PP
|
||||
The following options are used to configure a hidden service.
|
||||
|
Loading…
Reference in New Issue
Block a user