Changes between Version 1 and Version 2 of Ticket #217, comment 4
- Timestamp:
- 01/20/2014 11:47:38 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #217, comment 4
v1 v2 18 18 or if no match then rejected. 19 19 20 TubConnector connectToAll needs to have whole endpoint descriptor in order to build20 TubConnector connectToAll needs to have the entire endpoint descriptor in order to build 21 21 the endpoint correctly. For instance if we want our foolscap connections to be over a socks proxy 22 22 then we need to specify the socks_host, socks_port, dest_host, dest_port...