aioquic
aioquic copied to clipboard
Honour preferred_address transport parameter
Servers can indicate a preferred address to be used once the handshake completes. Currently aioquic parses this parameter but does not switch to this address after handshake.
hi, @jlaine
Thanks for finding this explanation. Could you pls tell me how to parses the preferred address parameter in this repo's http_server demo?
thx
Hi @mengyingzhou ! There is currently no mechanism for setting a preferred_address in the server. I don't see this as a problem as I don't expect the demo server to be used in a production environment.
I'm more concerned about the lack of support for preferred_address on the client side, which is why I opened this issue as a reminder.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I would still welcome a PR that addresses this
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.