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

uTP Fast Open #115

Open
ghazel opened this issue Jul 24, 2018 · 0 comments
Open

uTP Fast Open #115

ghazel opened this issue Jul 24, 2018 · 0 comments

Comments

@ghazel
Copy link
Contributor

ghazel commented Jul 24, 2018

Similar to: https://tools.ietf.org/html/rfc7413

We already have extension bits, so this should be fairly similar to TCP. For the listening side, a new utp_setsockopt() option just like TCP_FASTOPEN can be used during the utp_call_on_accept callback. For the connecting side, utp_setsockupt() option like TCP_FASTOPEN_CONNECT tells the utp_connect() to "succeed" immediately and the fire utp_write() will initiate the connection with the initial data.

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

No branches or pull requests

1 participant