Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INTERNAL][CORE] Redo optimization to Socks5 transport #1074

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 31, 2020

  1. [INTERNAL][CORE] Redo optimization to Socks5 transport

    The current code was hard to understand and not really maintainable.
    
    Removed the simultaneous connection attempts in both directions. Only
    one connection attempt is made as is it very likely the the reverse
    connection attempt will also fail if the first one fails.
    
    The logic could be reintroduced but we should ensure that the connection
    attempt to B->A is made after A->B and not in parallel to keep the logic
    simple.
    srossbach committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    da5f246 View commit details
    Browse the repository at this point in the history