lsquic icon indicating copy to clipboard operation
lsquic copied to clipboard

When using Q043, there is a retransmission?

Open emailsters opened this issue 3 years ago • 1 comments

Clien and server are in the same machine and using the loop address, it is impossible to lost udp packets?but there is a retransmission in engine.

./echo_server -s "127.0.0.1:12345" -L debug -c 127.0.0.1,./cert.pem,./key.pem -L debug -o version=Q043 ./echo_client -s "127.0.0.1:12345" -L debug -H 127.0.0.1 -o version=Q043

Logs in client side: image

image

When i print the conn_stats: image

emailsters avatar Nov 01 '22 02:11 emailsters

You can review both server and client debug log to find out what happened.

litespeedtech avatar Nov 03 '22 18:11 litespeedtech