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

RaceDialQUICEarly #243

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

amdfxlucas
Copy link

@amdfxlucas amdfxlucas commented Aug 2, 2023

Implement an overload for pan.DialQUICEarly that does "connection handshake race" over multiple paths as nesquic used to do

func raceDial(ctx context.Context, conn *snet.Conn,

The racing can be tested with the modified helloquic example if the "race" option is turned on:
Screenshot from 2023-08-02 17-07-53

unfortunately both my SCION AS' use the same attachement point ( so there is only one available path between them ) which is why nothing is really raced here. It merely demonstrates that the changes dont break anything.


This change is Reviewable

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 this pull request may close these issues.

1 participant