commit 4c73e6dfb93ac216c8e1d68c88e7499860516f88 Author: David Fifield david@bamsoftware.com Date: Fri Sep 20 01:59:22 2013 -0700
Just include outermost transports in facilitator responses.
This is in contradiction to what I proposed in https://trac.torproject.org/projects/tor/ticket/9349#comment:20. Really there's no need for the proxy to know that there's obfs2 underneath; it just has to make a connection and copy bytes. --- doc/design.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/design.txt b/doc/design.txt index 89c6721..583c4e4 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -176,7 +176,7 @@ Design of flash proxies client-<transport>=[<address>:<port>]&relay-<transport>=<address>:<port>
For example: - client-obfs3|websocket=1.2.3.4:2000&relay-obfs3|websocket=10.10.10:9902 + client-websocket=1.2.3.4:2000&relay-websocket=10.10.10:9902
If the value for the client parameter is empty, it means that there are no client registrations for this proxy.
tor-commits@lists.torproject.org