lsquic
lsquic copied to clipboard
Connection Migration question
Now, I test the Server's Preferred Address, it's ok. I modify the client's sending address, the server response with PATH_CHALLENGE, but the client's code can't process it(lsquic_engine.c function:lsquic_engine_packet_in).
Maybe need some improvements on the client side. Pull request are welcome.
when you modify the client's sending address maybe you need reconnect your socket
hello, how did you modify client sending address?