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

Auto reconnects #101

Closed
qzhuyan opened this issue Jun 22, 2022 · 0 comments · Fixed by #102
Closed

Auto reconnects #101

qzhuyan opened this issue Jun 22, 2022 · 0 comments · Fixed by #102

Comments

@qzhuyan
Copy link
Collaborator

qzhuyan commented Jun 22, 2022

In lossy/bad network test (20% pkts drop and 10% reorderd packets), we found once the init handshake is lost, we are not able to reconnect.

One solution is do it in the application but maybe it is better to add support in quicer just follow what TCP stack will do with retries.

# sysctl var in linux
net.ipv4.tcp_syn_retries = 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant