Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Optimize latency for secio handshake #16

Open
vyzo opened this issue Sep 8, 2017 · 1 comment
Open

Optimize latency for secio handshake #16

vyzo opened this issue Sep 8, 2017 · 1 comment
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue optimization status/deferred Conscious decision to pause or backlog

Comments

@vyzo
Copy link
Contributor

vyzo commented Sep 8, 2017

The spec allows the relay to immediately send OK to the dialer and start piping its input, before receiving OK from STOP.
This allows the dialer to immediately initiate secio handshake, saving a roundtrip in connection establishment.
We should implement this optimization.

@vyzo
Copy link
Contributor Author

vyzo commented Sep 8, 2017

per discussion on irc; cc @Stebalien @whyrusleeping @lgierth @dryajov

@whyrusleeping whyrusleeping added the status/deferred Conscious decision to pause or backlog label Oct 17, 2017
@bigs bigs added optimization exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue labels Sep 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue optimization status/deferred Conscious decision to pause or backlog
Projects
None yet
Development

No branches or pull requests

3 participants