You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation synchronously connects to remote onion services, which blocks forward progress as tor tries to look up and connect to the onion service through the tor network.
This bottleneck prevents forward progress in the gosling handshakes. We should write our own SOCKS5 client implementation that integrates well with the gosling/torprovider event loops.
The text was updated successfully, but these errors were encountered:
Different from optimistic socks!
The current implementation synchronously connects to remote onion services, which blocks forward progress as tor tries to look up and connect to the onion service through the tor network.
This bottleneck prevents forward progress in the gosling handshakes. We should write our own SOCKS5 client implementation that integrates well with the gosling/torprovider event loops.
The text was updated successfully, but these errors were encountered: