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

Use path allowed API for testing multipath #1836

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

huitema
Copy link
Collaborator

@huitema huitema commented Feb 13, 2025

Improve the implementation of picoquic_probe_new_path_ex to incorporate tests and return detailed error codes.

Add API picoquic_subscribe_new_path_allowed to either return immediately if picoquic_probe_new_path_ex is expected to succeed, or program the stack to execute a callback picoquic_callback_next_path_allowed when the next call to picoquic_probe_new_path_ex is expected to succeed.

Use these two API in picoquicdemo to provide an example.

This should address issue #1835

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