Skip to content
Discussion options

You must be logged in to vote

That is up to the app, MsQuic currently doesn't provide support for it. Different Windows APIs can provide the recommended interface, assuming they can route to the target address.
Maybe https://learn.microsoft.com/en-us/uwp/api/windows.networking.connectivity.networkinformation.getinternetconnectionprofile?view=winrt-26100 or https://learn.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-getbestinterface?redirectedfrom=MSDN can get you started. I am not an expert on this topic though, and determining which interface is best can be tricky.

You don't need 0-rtt, migrating a connection doesn't not interrupt it. 0-rtt is about resuming a connection after a disconnection.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bigoceanan
Comment options

@guhetier
Comment options

Answer selected by bigoceanan
@bigoceanan
Comment options

@bigoceanan
Comment options

@guhetier
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants