[tor-commits] [obfsproxy/master] Minor correction on the handshake part of doc/protocol-spec.txt.

nickm at torproject.org nickm at torproject.org
Thu Dec 29 14:39:09 UTC 2011


commit 2b0682cdaaa1338db7dc922854a9ff1da91952f6
Author: George Kadianakis <desnacked at gmail.com>
Date:   Mon Dec 19 18:39:05 2011 +0100

    Minor correction on the handshake part of doc/protocol-spec.txt.
    
    Servers send their initial message right after clients connect to
    them.
---
 doc/protocol-spec.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/protocol-spec.txt b/doc/protocol-spec.txt
index 4035b23..c0b0578 100644
--- a/doc/protocol-spec.txt
+++ b/doc/protocol-spec.txt
@@ -66,7 +66,7 @@
 
     INIT_SEED | E(INIT_PAD_KEY, UINT32(MAGIC_VALUE) | UINT32(PADLEN) | WR(PADLEN))
 
-   and the responder replies with:
+   and the responder sends:
 
     RESP_SEED | E(RESP_PAD_KEY, UINT32(MAGIC_VALUE) | UINT32(PADLEN) | WR(PADLEN))
 



More information about the tor-commits mailing list