Changes between Initial Version and Version 1 of Ticket #217, comment 4


Ignore:
Timestamp:
01/20/2014 11:46:58 AM (10 years ago)
Author:
dawuud
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #217, comment 4

    initial v1  
    22Greetings.
    33
    4 Recently, I attempted an 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:
     4Recently, 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:
    55https://github.com/david415/foolscap/commit/2fa6e1c399d8a46ed702310a5b7c5bfe566fb641
    66
     
    1818or if no match then rejected.
    1919
    20 TubConnector.connectToAll needs to have whole endpoint descriptor in order to build
     20TubConnector connectToAll needs to have whole endpoint descriptor in order to build
    2121the endpoint correctly. For instance if we want our foolscap connections to be over a socks proxy
    2222then we need to specify the socks_host, socks_port, dest_host, dest_port...