Commit 21c92dac authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

More whitespace normalization


svn:r2768
parent 0f89ec7f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
+3 −4
Original line number Diff line number Diff line
@@ -87,7 +87,6 @@ case "$1" in
    $0 start
    ;;


    status)
    PID=`cat $TORPID 2>/dev/null`
    if [ "$PID" != "" ]; then
+8 −14
Original line number Diff line number Diff line
@@ -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.



+2 −3
Original line number Diff line number Diff line
@@ -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
+2 −3
Original line number Diff line number Diff line
@@ -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.
+1 −1

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+16 −16

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading