I would like to test and modify the connection migration feature of the QUIC protocol,
I have set up a HTTP server based on quic_server right now.
When I changed the IP address using only the command line, the connection will work as expected. However, when I changed to different WiFi SSID when sending the request, the connection will break. I expected there should be the connection migration and both path challenge-response frames.
Is this the right way to do the connection migration test? Or any better suggestion for doing the connection migration test?
Thank you,
Bob