[tor-commits] [flashproxy/master] Polling requests include client port numbers.

infinity0 at torproject.org infinity0 at torproject.org
Mon Oct 28 14:47:40 UTC 2013


commit ed12b470ff56ba87bd57d4ee515bea04cb768f6b
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Sep 20 02:02:34 2013 -0700

    Polling requests include client port numbers.
---
 doc/design.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/design.txt b/doc/design.txt
index 583c4e4..9ab1859 100644
--- a/doc/design.txt
+++ b/doc/design.txt
@@ -159,7 +159,7 @@ Design of flash proxies
   The proxy asks the facilitator for a registration with an HTTP GET
   request:
 
-    GET /?r=<version>&client=<client addr>&transport=<transport name> HTTP/1.0
+    GET /?r=<version>&client=<addr>:<port>&transport=<transport name> HTTP/1.0
 
   The 'r' parameter is the protocol revision number (should be '1' for now).
   The 'client' parameter carries the IP address of a flashproxy
@@ -169,7 +169,7 @@ Design of flash proxies
   this flashproxy supports.
 
   For example:
-   GET /?r=1&client=7.1.43.21&client=1.2.3.4&transport=webrtc&transport=websocket HTTP/1.0
+   GET /?r=1&client=7.1.43.21:9999&client=1.2.3.4:9000&transport=webrtc&transport=websocket HTTP/1.0
 
   The response code is 200 and the body looks like this:
 





More information about the tor-commits mailing list