Changes between Initial Version and Version 1 of Ticket #217, comment 4
- Timestamp:
- 01/20/2014 11:46:58 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #217, comment 4
initial v1 2 2 Greetings. 3 3 4 Recently, I attempted anto port foolscap to using twisted endpoints... at least for the client side of the connection. I was unaware of this ticket when I wrote this:4 Recently, I attempted to port foolscap to using twisted endpoints... at least for the client side of the connection. I was unaware of this ticket when I wrote this: 5 5 https://github.com/david415/foolscap/commit/2fa6e1c399d8a46ed702310a5b7c5bfe566fb641 6 6 … … 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 whole 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...