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

Introduces preferred addressing to the Quiche apps server and client examples #1634

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

Clendenin
Copy link

@Clendenin Clendenin commented Oct 18, 2023

This PR:

To reproduce:

  • Run server by: RUST_LOG=trace cargo run --bin quiche-server -- --cert apps/src/bin/cert.crt --key apps/src/bin/cert.key --enable-active-migration --max-active-cids 4 --preferred-address 127.0.0.1:4435
  • Run client by: RUST_LOG=trace cargo run --bin quiche-client -- --no-verify --enable-active-migration --perform-migration --max-active-cids 4 https://127.0.0.1:4433
  • The Quiche Client App initially migrates to the servers preferred address (127.0.0.1:4435). It then performs a subsequent migration to a new port of its own.
  • Confirm migration by seeing path validations, examples below, and other logs stating the number of written bytes on your migrated path.
Screen Shot 2023-10-18 at 9 31 33 AM Screen Shot 2023-10-18 at 9 30 10 AM Screen Shot 2023-10-18 at 9 31 00 AM

@Clendenin Clendenin requested a review from a team as a code owner October 18, 2023 14:40
@Clendenin Clendenin changed the title Introduce preferred addressing to the Quiche apps server and client examples Introduces preferred addressing to the Quiche apps server and client examples Oct 18, 2023
@Clendenin Clendenin force-pushed the quiche-apps-preferred-addressing branch from 2a5adc3 to 05d791a Compare April 12, 2024 21:43
kckeiks and others added 20 commits April 12, 2024 16:46
Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
…upport for preferred address, implemented quiche-server app support for preferred address
@Clendenin Clendenin force-pushed the quiche-apps-preferred-addressing branch from 05d791a to b4a009c Compare April 12, 2024 22:06
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.

None yet

2 participants