alibaba / xquic

XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.
Apache License 2.0
1.64k stars 326 forks source link

[Bug]: demo_client can not enable mulitipath feature on two different netdevice; #333

Closed linsy007 closed 8 months ago

linsy007 commented 11 months ago

What happened?

./demo_client -l e -L clog -d -k ./ckeys.log -K 60 -U https://xquic_server:443/1g -A "h3" -i eth1 -i eth0 -M xqc_demo_cli_init_user_path ---> xqc_demo_cli_create_socket(user_path, &ctx->args->net_cfg, 0); create two path on eth1 dev

Steps To Reproduce

./demo_client -l e -L clog -d -k ./ckeys.log -K 60 -U https://xquic_server:443/1g -A "h3" -i eth1 -i eth0 -M xqc_demo_cli_init_user_path ---> xqc_demo_cli_create_socket(user_path, &ctx->args->net_cfg, path_seq); create one path on eth1 dev, and anther path on eth0 dev

Relevant log output

No response

Kulsk commented 11 months ago

is there any std print log?

yangfurong commented 8 months ago

This issue was fixed by PR #338