lsquic icon indicating copy to clipboard operation
lsquic copied to clipboard

Connection Migration question

Open wangweiwei1188 opened this issue 3 years ago • 3 comments

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).

wangweiwei1188 avatar Aug 23 '21 01:08 wangweiwei1188

Maybe need some improvements on the client side. Pull request are welcome.

litespeedtech avatar Sep 13 '21 17:09 litespeedtech

when you modify the client's sending address maybe you need reconnect your socket

hyz1021984053 avatar Sep 16 '21 02:09 hyz1021984053

hello, how did you modify client sending address?

wxie7 avatar May 23 '22 14:05 wxie7