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

Allow using 0-RTT when connecting to another node #3146

Open
flub opened this issue Jan 23, 2025 · 0 comments
Open

Allow using 0-RTT when connecting to another node #3146

flub opened this issue Jan 23, 2025 · 0 comments
Labels
c-iroh feat New feature or request
Milestone

Comments

@flub
Copy link
Contributor

flub commented Jan 23, 2025

The Endpoint::connect method returns Connection, skipping the Connecting struct. However without Connecting you can not use 0-RTT data. We should allow 0-RTT data from the client.

On the Endpoint::accept path, we do use Connecting so 0.5-RTT can be used already.

@flub flub added c-iroh feat New feature or request labels Jan 23, 2025
@flub flub added this to the v1.0.0 milestone Jan 23, 2025
@flub flub added this to iroh Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-iroh feat New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant