NTAP / quant

QUIC implementation for POSIX and IoT platforms
BSD 2-Clause "Simplified" License
289 stars 35 forks source link

Failed to build on Ubuntu #70

Closed yc1997427 closed 3 years ago

yc1997427 commented 3 years ago

Hi,

I tried to build quant on our Ubuntu servers. All the commands run successfully, only failed at make.

[ 40%] Building C object bin/CMakeFiles/client.dir/client.c.o /root/yuecheng/QUIC-measurement-kit/extern/quant/bin/client.c: In function ‘mai’: /root/yuecheng/QUIC-measurement-kit/extern/quant/bin/client.c:546:14: error: ‘const struct q_conf’ has no member named ‘enable_tls_cert_verify’ .enable_tls_cert_verify = verify_certs}); ^~~~~~ /root/yuecheng/QUIC-measurement-kit/extern/quant/bin/client.c: At top level: cc1: error: unrecognized command line option ‘-Wno-gnu-statement-expression’ [-Werror] cc1: error: unrecognized command line option ‘-Wno-covered-switch-default’ [-Werror] cc1: error: unrecognized command line option ‘-Wno-macro-redefined’ [-Werror] cc1: error: unrecognized command line option ‘-Wno-extra-semi-stmt’ [-Werror] cc1: error: unrecognized command line option ‘-Wno-disabled-macro-expansion’ [-Werror] cc1: all warnings being treated as errors make[2]: [bin/CMakeFiles/client.dir/build.make:82: bin/CMakeFiles/client.dir/client.c.o] Error 1 make[1]: [CMakeFiles/Makefile2:528: bin/CMakeFiles/client.dir/all] Error 2 make: *** [Makefile:160: all] Error 2

Here is the printout

JonasVautherin commented 3 years ago

I just tried to build quant for the very first time on my Ubuntu 20.04, and it worked. With:

git clone https://github.com/NTAP/quant
cd quant
apt install libhttp-parser-dev
cmake -Bbuild -S.
cmake --build build

On which Ubuntu version are you?

larseggert commented 3 years ago

The entire CI pipeline is using Ubuntu to build quant, so this should work. As @JonasVautherin said, which version of Ubuntu are you on? And is your repo clean and up-to-date?

yc1997427 commented 3 years ago

Hi, many thanks. I'm on Ubuntu Cosmic(18.10). I followed the commands both in the readme and here, both of them are not working.

[ 65%] Building C object bin/CMakeFiles/client.dir/client.c.o /root/yuecheng/QUIC-measurement-kit/extern/quant/bin/client.c: In function ‘mai’: /root/yuecheng/QUIC-measurement-kit/extern/quant/bin/client.c:546:14: error: ‘const struct q_conf’ has no member named ‘enable_tls_cert_verify’ .enable_tls_cert_verify = verify_certs}); ^~~~~~ /root/yuecheng/QUIC-measurement-kit/extern/quant/bin/client.c: At top level: cc1: error: unrecognized command line option ‘-Wno-gnu-statement-expression’ [-Werror] cc1: error: unrecognized command line option ‘-Wno-covered-switch-default’ [-Werror] cc1: error: unrecognized command line option ‘-Wno-macro-redefined’ [-Werror] cc1: error: unrecognized command line option ‘-Wno-extra-semi-stmt’ [-Werror] cc1: error: unrecognized command line option ‘-Wno-disabled-macro-expansion’ [-Werror] cc1: all warnings being treated as errors make[2]: [bin/CMakeFiles/client.dir/build.make:63: bin/CMakeFiles/client.dir/client.c.o] Error 1 make[1]: [CMakeFiles/Makefile2:187: bin/CMakeFiles/client.dir/all] Error 2 make: *** [Makefile:141: all] Error 2

larseggert commented 3 years ago

You must not be on the latest version, because enable_tls_cert_verify got renamed in 073c8761e94851bf03209a1ff173d724e97df6bb. Or you have local modifications in your tree? Or both?

yc1997427 commented 3 years ago

I think I'm on the latest version, since I've cloned and update multiple times. I only increased the BURST_LEN define in conn.c, haven't changed anything else.

larseggert commented 3 years ago

You can't be on a clean recent branch if you get the error above, because enable_tls_cert_verify hasn't been part of the source for two weeks now.

Please do run the following commands and post the shell output here:

git status
git diff

Also, please update to a clean version of the latest branch as follows (this will remove local changes, so stash them):

git reset --hard
git submodule update --init --recursive
git pull

And then try the build again. Please post the entire cmake and make input and output if there are still issues.

yc1997427 commented 3 years ago

Hi, I think the error was due to I put two files inside the directory. Since I made a client.c file which will run for the measurement. And the file was not updated, so got error. Now the make is succeed. Thank you very much for your patience and help For git status, the output is: root@earl-03-oob:~/yuecheng/QUIC-measurement-kit/extern/quant# git status On branch master Your branch is up to date with 'origin/master'.

Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)

modified:   bin/client.c
modified:   lib/src/conn.c

Untracked files: (use "git add ..." to include in what will be committed)

Debug/
Release/
bin/client.c.bak

no changes added to commit (use "git add" and/or "git commit -a")

For git diff, the outpu is:

Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)

modified:   bin/client.c
modified:   lib/src/conn.c

Untracked files: (use "git add ..." to include in what will be committed)

Debug/
Release/
bin/client.c.bak

no changes added to commit (use "git add" and/or "git commit -a") root@earl-03-oob:~/yuecheng/QUIC-measurement-kit/extern/quant# git diff diff --git a/bin/client.c b/bin/client.c index 2b57705d..947aabc1 100644 --- a/bin/client.c +++ b/bin/client.c @@ -38,11 +38,16 @@

include

include

include <sys/param.h>

-#include <sys/socket.h> +#include <sys/socket.h> // IWYU pragma: no_forward_declare sockaddr

include <sys/types.h>

include <sys/uio.h>

include

include

+#include + +#ifdef FreeBSD +#include <sys/stat.h> +#endif

define klib_unused

@@ -51,6 +56,10 @@

yc1997427 commented 3 years ago

I also confronted with another error, the client side with both client-warp and client not to function very well. The first error appeared to be could to read tls ticket. Here is the output for client-warp:

0.460 q_init quic.c:678 quant/netmap (default) 0.0.29/6cb70fb ready q_init quic.c:679 submit bug reports at https://github.com/NTAP/quant/issues read_tickets tls.c:1517 reading TLS tickets from /tmp/quant-session read_tickets tls.c:1523 could not read TLS tickets from /tmp/quant-session: No such file or directory init_tls_ctx tls.c:1753 picotls fusion is supported size time bps url 0.461 main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:941b7268 on port 7589 created q_connect quic.c:274 new 1-RTT clnt conn 0:941b7268 to 192.168.0.1:4433, 18 bytes queued for TX 0.677 q_connect quic.c:297 waiting for connect on clnt conn 0:941b7268 to 192.168.0.1:4433 0.677 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:7d1aab58bfd0f41ac3f3788c scid=0:941b7268 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=17 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=245 [seq] enc_padding_frame frame.c:1482 PADDING len=891 log_sent_pkts conn.c:260 clnt conn 0:941b7268, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:941b7268: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.677 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=27 0xbb=Version Negotiation vers=0x0 dcid=0:941b7268 scid=0:7d1aab58bfd0f41ac3f3788c clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:941b7268 not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:d75d3c69 on port 21166 created q_connect quic.c:274 new 1-RTT clnt conn 0:d75d3c69 to 192.168.0.1:4433, 18 bytes queued for TX 0.679 q_connect quic.c:297 waiting for connect on clnt conn 0:d75d3c69 to 192.168.0.1:4433 0.679 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:d63b4f424e4c853da0ed414004f5 scid=0:d75d3c69 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=15 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=253 [seq] enc_padding_frame frame.c:1482 PADDING len=883 log_sent_pkts conn.c:260 clnt conn 0:d75d3c69, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:d75d3c69: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.679 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=29 0xb3=Version Negotiation vers=0x0 dcid=0:d75d3c69 scid=0:d63b4f424e4c853da0ed414004f5 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:d75d3c69 not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:521d1bd3 on port 38437 created q_connect quic.c:274 new 1-RTT clnt conn 0:521d1bd3 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:521d1bd3 to 192.168.0.1:4433 0.680 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:d73e548f90090c77518e0b8e scid=0:521d1bd3 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=17 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=256 [seq] enc_padding_frame frame.c:1482 PADDING len=880 log_sent_pkts conn.c:260 clnt conn 0:521d1bd3, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:521d1bd3: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.681 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=27 0xac=Version Negotiation vers=0x0 dcid=0:521d1bd3 scid=0:d73e548f90090c77518e0b8e clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:521d1bd3 not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:39f1afde on port 48019 created q_connect quic.c:274 new 1-RTT clnt conn 0:39f1afde to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:39f1afde to 192.168.0.1:4433 0.681 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:931dc733720d6997c771587257 scid=0:39f1afde len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=16 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=258 [seq] enc_padding_frame frame.c:1482 PADDING len=878 log_sent_pkts conn.c:260 clnt conn 0:39f1afde, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:39f1afde: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.682 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=28 0x89=Version Negotiation vers=0x0 dcid=0:39f1afde scid=0:931dc733720d6997c771587257 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:39f1afde not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:5892917b on port 4902 created q_connect quic.c:274 new 1-RTT clnt conn 0:5892917b to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:5892917b to 192.168.0.1:4433 0.683 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:e31a1be60767d710fb1db8577b7627be9a scid=0:5892917b len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=12 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=253 [seq] enc_padding_frame frame.c:1482 PADDING len=883 log_sent_pkts conn.c:260 clnt conn 0:5892917b, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:5892917b: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.683 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=32 0x91=Version Negotiation vers=0x0 dcid=0:5892917b scid=0:e31a1be60767d710fb1db8577b7627be9a clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:5892917b not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:94adaa9e on port 61579 created q_connect quic.c:274 new 1-RTT clnt conn 0:94adaa9e to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:94adaa9e to 192.168.0.1:4433 0.684 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:7fef7c3acdcd3c7889ee scid=0:94adaa9e len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=19 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=251 [seq] enc_padding_frame frame.c:1482 PADDING len=885 log_sent_pkts conn.c:260 clnt conn 0:94adaa9e, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:94adaa9e: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.684 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=25 0xac=Version Negotiation vers=0x0 dcid=0:94adaa9e scid=0:7fef7c3acdcd3c7889ee clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:94adaa9e not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:6c728250 on port 29173 created q_connect quic.c:274 new 1-RTT clnt conn 0:6c728250 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:6c728250 to 192.168.0.1:4433 0.685 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:63a9a90694cbe3df46927f69fc32013e2f8ab4 scid=0:6c728250 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=10 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=246 [seq] enc_padding_frame frame.c:1482 PADDING len=890 log_sent_pkts conn.c:260 clnt conn 0:6c728250, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:6c728250: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.686 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=34 0xf3=Version Negotiation vers=0x0 dcid=0:6c728250 scid=0:63a9a90694cbe3df46927f69fc32013e2f8ab4 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:6c728250 not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:546b6340 on port 34637 created q_connect quic.c:274 new 1-RTT clnt conn 0:546b6340 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:546b6340 to 192.168.0.1:4433 0.686 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:0fa383b857fc694c8ce112a24b scid=0:546b6340 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=16 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=249 [seq] enc_padding_frame frame.c:1482 PADDING len=887 log_sent_pkts conn.c:260 clnt conn 0:546b6340, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:546b6340: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.687 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=28 0xec=Version Negotiation vers=0x0 dcid=0:546b6340 scid=0:0fa383b857fc694c8ce112a24b clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:546b6340 not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:4d353971 on port 55006 created q_connect quic.c:274 new 1-RTT clnt conn 0:4d353971 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:4d353971 to 192.168.0.1:4433 0.688 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:1f3fc82e26fb7c95 scid=0:4d353971 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=21 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=249 [seq] enc_padding_frame frame.c:1482 PADDING len=887 log_sent_pkts conn.c:260 clnt conn 0:4d353971, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:4d353971: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.688 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=23 0xdb=Version Negotiation vers=0x0 dcid=0:4d353971 scid=0:1f3fc82e26fb7c95 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:4d353971 not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:7020eaba on port 46502 created q_connect quic.c:274 new 1-RTT clnt conn 0:7020eaba to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:7020eaba to 192.168.0.1:4433 0.689 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:d54683f2bf316a37dea04714558421a03d scid=0:7020eaba len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=12 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=251 [seq] enc_padding_frame frame.c:1482 PADDING len=885 log_sent_pkts conn.c:260 clnt conn 0:7020eaba, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:7020eaba: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.689 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=32 0xb4=Version Negotiation vers=0x0 dcid=0:7020eaba scid=0:d54683f2bf316a37dea04714558421a03d clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:7020eaba not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:a9683ef9 on port 63327 created q_connect quic.c:274 new 1-RTT clnt conn 0:a9683ef9 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:a9683ef9 to 192.168.0.1:4433 0.690 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:b9e1c02cfb12b056da scid=0:a9683ef9 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=20 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=260 [seq] enc_padding_frame frame.c:1482 PADDING len=876 log_sent_pkts conn.c:260 clnt conn 0:a9683ef9, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:a9683ef9: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.690 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=24 0xc4=Version Negotiation vers=0x0 dcid=0:a9683ef9 scid=0:b9e1c02cfb12b056da clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:a9683ef9 not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:c73ac011 on port 64603 created q_connect quic.c:274 new 1-RTT clnt conn 0:c73ac011 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:c73ac011 to 192.168.0.1:4433 0.690 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:3601a5d5320a3878d785aa7d73 scid=0:c73ac011 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=16 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=247 [seq] enc_padding_frame frame.c:1482 PADDING len=889 log_sent_pkts conn.c:260 clnt conn 0:c73ac011, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:c73ac011: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.691 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=28 0xe4=Version Negotiation vers=0x0 dcid=0:c73ac011 scid=0:3601a5d5320a3878d785aa7d73 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:c73ac011 not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:a3a693ad on port 62473 created q_connect quic.c:274 new 1-RTT clnt conn 0:a3a693ad to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:a3a693ad to 192.168.0.1:4433 0.691 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:fefcf4e366bddb9e62ff884f185786 scid=0:a3a693ad len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=14 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=256 [seq] enc_padding_frame frame.c:1482 PADDING len=880 log_sent_pkts conn.c:260 clnt conn 0:a3a693ad, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:a3a693ad: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.691 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=30 0x90=Version Negotiation vers=0x0 dcid=0:a3a693ad scid=0:fefcf4e366bddb9e62ff884f185786 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:a3a693ad not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:344c9c7a on port 48385 created q_connect quic.c:274 new 1-RTT clnt conn 0:344c9c7a to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:344c9c7a to 192.168.0.1:4433 0.692 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:e3cc677f8de6cd1b scid=0:344c9c7a len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=21 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=249 [seq] enc_padding_frame frame.c:1482 PADDING len=887 log_sent_pkts conn.c:260 clnt conn 0:344c9c7a, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:344c9c7a: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.692 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=23 0xaa=Version Negotiation vers=0x0 dcid=0:344c9c7a scid=0:e3cc677f8de6cd1b clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:344c9c7a not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:9559dedc on port 44620 created q_connect quic.c:274 new 1-RTT clnt conn 0:9559dedc to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:9559dedc to 192.168.0.1:4433 0.692 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:e98ffc9d5667d4247cf8c5 scid=0:9559dedc len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=18 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=248 [seq] enc_padding_frame frame.c:1482 PADDING len=888 log_sent_pkts conn.c:260 clnt conn 0:9559dedc, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:9559dedc: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.693 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=26 0x96=Version Negotiation vers=0x0 dcid=0:9559dedc scid=0:e98ffc9d5667d4247cf8c5 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:9559dedc not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:d0ca1698 on port 55529 created q_connect quic.c:274 new 1-RTT clnt conn 0:d0ca1698 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:d0ca1698 to 192.168.0.1:4433 0.693 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:be6fb83c0d8d5051991a scid=0:d0ca1698 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=19 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=255 [seq] enc_padding_frame frame.c:1482 PADDING len=881 log_sent_pkts conn.c:260 clnt conn 0:d0ca1698, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:d0ca1698: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.693 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=25 0xa5=Version Negotiation vers=0x0 dcid=0:d0ca1698 scid=0:be6fb83c0d8d5051991a clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:d0ca1698 not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:41ed4ffc on port 36841 created q_connect quic.c:274 new 1-RTT clnt conn 0:41ed4ffc to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:41ed4ffc to 192.168.0.1:4433 0.694 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:4a4017c61f49a209bc4a7e78fb1d7a scid=0:41ed4ffc len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=14 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=260 [seq] enc_padding_frame frame.c:1482 PADDING len=876 log_sent_pkts conn.c:260 clnt conn 0:41ed4ffc, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:41ed4ffc: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.694 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=30 0x92=Version Negotiation vers=0x0 dcid=0:41ed4ffc scid=0:4a4017c61f49a209bc4a7e78fb1d7a clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:41ed4ffc not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:d202561c on port 12919 created q_connect quic.c:274 new 1-RTT clnt conn 0:d202561c to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:d202561c to 192.168.0.1:4433 0.694 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:58c7d84d205e2d526f4017517d8c96 scid=0:d202561c len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=14 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=259 [seq] enc_padding_frame frame.c:1482 PADDING len=877 log_sent_pkts conn.c:260 clnt conn 0:d202561c, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:d202561c: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.694 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=30 0xb4=Version Negotiation vers=0x0 dcid=0:d202561c scid=0:58c7d84d205e2d526f4017517d8c96 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:d202561c not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:e9dfedee on port 21426 created q_connect quic.c:274 new 1-RTT clnt conn 0:e9dfedee to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:e9dfedee to 192.168.0.1:4433 0.695 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:55e630ef4ebddfdf2c68915d8d3e7fe802fd scid=0:e9dfedee len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=11 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=250 [seq] enc_padding_frame frame.c:1482 PADDING len=886 log_sent_pkts conn.c:260 clnt conn 0:e9dfedee, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:e9dfedee: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.695 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=33 0x92=Version Negotiation vers=0x0 dcid=0:e9dfedee scid=0:55e630ef4ebddfdf2c68915d8d3e7fe802fd clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:e9dfedee not connected main client.c:558 client-warp retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:1427b7f3 on port 9673 created q_connect quic.c:274 new 1-RTT clnt conn 0:1427b7f3 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:1427b7f3 to 192.168.0.1:4433 0.695 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:c94d76832a67f51475faacbb98 scid=0:1427b7f3 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=16 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=247 [seq] enc_padding_frame frame.c:1482 PADDING len=889 log_sent_pkts conn.c:260 clnt conn 0:1427b7f3, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:1427b7f3: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.696 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=28 0xec=Version Negotiation vers=0x0 dcid=0:1427b7f3 scid=0:c94d76832a67f51475faacbb98 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:1427b7f3 not connected TOTAL: 0.000 b/s q_close quic.c:745 closing clnt conn 0:d0ca1698 on 192.168.0.4:55529 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:d0ca1698 q_close quic.c:745 closing clnt conn 0:9559dedc on 192.168.0.4:44620 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:9559dedc q_close quic.c:745 closing clnt conn 0:941b7268 on 192.168.0.4:7589 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:941b7268 q_close quic.c:745 closing clnt conn 0:6c728250 on 192.168.0.4:29173 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:6c728250 q_close quic.c:745 closing clnt conn 0:d202561c on 192.168.0.4:12919 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:d202561c q_close quic.c:745 closing clnt conn 0:94adaa9e on 192.168.0.4:61579 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:94adaa9e q_close quic.c:745 closing clnt conn 0:e9dfedee on 192.168.0.4:21426 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:e9dfedee q_close quic.c:745 closing clnt conn 0:d75d3c69 on 192.168.0.4:21166 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:d75d3c69 q_close quic.c:745 closing clnt conn 0:521d1bd3 on 192.168.0.4:38437 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:521d1bd3 q_close quic.c:745 closing clnt conn 0:344c9c7a on 192.168.0.4:48385 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:344c9c7a q_close quic.c:745 closing clnt conn 0:a3a693ad on 192.168.0.4:62473 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:a3a693ad q_close quic.c:745 closing clnt conn 0:41ed4ffc on 192.168.0.4:36841 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:41ed4ffc q_close quic.c:745 closing clnt conn 0:1427b7f3 on 192.168.0.4:9673 w/err 0x0 0.697 free_stream stream.c:140 freeing strm 0 on clnt conn 0:1427b7f3 q_close quic.c:745 closing clnt conn 0:546b6340 on 192.168.0.4:34637 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:546b6340 q_close quic.c:745 closing clnt conn 0:39f1afde on 192.168.0.4:48019 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:39f1afde q_close quic.c:745 closing clnt conn 0:a9683ef9 on 192.168.0.4:63327 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:a9683ef9 q_close quic.c:745 closing clnt conn 0:c73ac011 on 192.168.0.4:64603 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:c73ac011 q_close quic.c:745 closing clnt conn 0:4d353971 on 192.168.0.4:55006 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:4d353971 q_close quic.c:745 closing clnt conn 0:7020eaba on 192.168.0.4:46502 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:7020eaba q_close quic.c:745 closing clnt conn 0:5892917b on 192.168.0.4:4902 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:5892917b 1.088 main client.c:676 client-warp exiting with -1

Here is the output for client:

0.017 q_init quic.c:678 quant/socket (epoll/sendmmsg/recvmmsg) 0.0.29/6cb70fb ready q_init quic.c:679 submit bug reports at https://github.com/NTAP/quant/issues read_tickets tls.c:1517 reading TLS tickets from /tmp/quant-session read_tickets tls.c:1523 could not read TLS tickets from /tmp/quant-session: No such file or directory init_tls_ctx tls.c:1753 picotls fusion is supported size time bps url 0.019 main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:9e9654d1 on port 59178 created q_connect quic.c:274 new 1-RTT clnt conn 0:9e9654d1 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:9e9654d1 to 192.168.0.1:4433 0.020 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:9cd9bf1329ef3ca52db53e scid=0:9e9654d1 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=18 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=247 [seq] enc_padding_frame frame.c:1482 PADDING len=889 log_sent_pkts conn.c:260 clnt conn 0:9e9654d1, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:9e9654d1: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.021 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=26 0xaf=Version Negotiation vers=0x0 dcid=0:9e9654d1 scid=0:9cd9bf1329ef3ca52db53e clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:9e9654d1 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:ab857b75 on port 33104 created q_connect quic.c:274 new 1-RTT clnt conn 0:ab857b75 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:ab857b75 to 192.168.0.1:4433 0.021 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:417d5eb0bb6cc9ae44 scid=0:ab857b75 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=20 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=246 [seq] enc_padding_frame frame.c:1482 PADDING len=890 log_sent_pkts conn.c:260 clnt conn 0:ab857b75, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:ab857b75: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.021 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=24 0xe7=Version Negotiation vers=0x0 dcid=0:ab857b75 scid=0:417d5eb0bb6cc9ae44 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:ab857b75 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:1c4f0e2b on port 35747 created q_connect quic.c:274 new 1-RTT clnt conn 0:1c4f0e2b to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:1c4f0e2b to 192.168.0.1:4433 0.022 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:396f91c082e509cadf584a74d4a9eee938a8181d scid=0:1c4f0e2b len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=9 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=247 [seq] enc_padding_frame frame.c:1482 PADDING len=889 log_sent_pkts conn.c:260 clnt conn 0:1c4f0e2b, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:1c4f0e2b: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.022 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=35 0xea=Version Negotiation vers=0x0 dcid=0:1c4f0e2b scid=0:396f91c082e509cadf584a74d4a9eee938a8181d clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:1c4f0e2b not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:05652d18 on port 52943 created q_connect quic.c:274 new 1-RTT clnt conn 0:05652d18 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:05652d18 to 192.168.0.1:4433 0.022 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:d68254d73cf4b5442d232d2379c406ef57 scid=0:05652d18 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=12 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=248 [seq] enc_padding_frame frame.c:1482 PADDING len=888 log_sent_pkts conn.c:260 clnt conn 0:05652d18, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:05652d18: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.023 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=32 0xda=Version Negotiation vers=0x0 dcid=0:05652d18 scid=0:d68254d73cf4b5442d232d2379c406ef57 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:05652d18 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:eedfe9ce on port 50025 created q_connect quic.c:274 new 1-RTT clnt conn 0:eedfe9ce to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:eedfe9ce to 192.168.0.1:4433 0.023 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:972d567f2da20257 scid=0:eedfe9ce len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=21 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=257 [seq] enc_padding_frame frame.c:1482 PADDING len=879 log_sent_pkts conn.c:260 clnt conn 0:eedfe9ce, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:eedfe9ce: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.023 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=23 0x97=Version Negotiation vers=0x0 dcid=0:eedfe9ce scid=0:972d567f2da20257 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:eedfe9ce not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:d353fa1d on port 49544 created q_connect quic.c:274 new 1-RTT clnt conn 0:d353fa1d to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:d353fa1d to 192.168.0.1:4433 0.024 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:921784601eac9ce0734d scid=0:d353fa1d len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=19 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=254 [seq] enc_padding_frame frame.c:1482 PADDING len=882 log_sent_pkts conn.c:260 clnt conn 0:d353fa1d, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:d353fa1d: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.024 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=25 0xde=Version Negotiation vers=0x0 dcid=0:d353fa1d scid=0:921784601eac9ce0734d clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:d353fa1d not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:7b60bc96 on port 36307 created q_connect quic.c:274 new 1-RTT clnt conn 0:7b60bc96 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:7b60bc96 to 192.168.0.1:4433 0.024 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:958358f477d75c6dc53e7c06ca scid=0:7b60bc96 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=16 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=250 [seq] enc_padding_frame frame.c:1482 PADDING len=886 log_sent_pkts conn.c:260 clnt conn 0:7b60bc96, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:7b60bc96: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.025 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=28 0x9a=Version Negotiation vers=0x0 dcid=0:7b60bc96 scid=0:958358f477d75c6dc53e7c06ca clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:7b60bc96 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:f5abd4c8 on port 42498 created q_connect quic.c:274 new 1-RTT clnt conn 0:f5abd4c8 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:f5abd4c8 to 192.168.0.1:4433 0.025 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:4a378808471d4b2ebcb6de2d12e4a497 scid=0:f5abd4c8 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=13 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=247 [seq] enc_padding_frame frame.c:1482 PADDING len=889 log_sent_pkts conn.c:260 clnt conn 0:f5abd4c8, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:f5abd4c8: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.025 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=31 0xae=Version Negotiation vers=0x0 dcid=0:f5abd4c8 scid=0:4a378808471d4b2ebcb6de2d12e4a497 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:f5abd4c8 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:98003ef6 on port 56901 created q_connect quic.c:274 new 1-RTT clnt conn 0:98003ef6 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:98003ef6 to 192.168.0.1:4433 0.026 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:7fe896226e9f7ce62d5a943d4d76bdc71f scid=0:98003ef6 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=12 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=246 [seq] enc_padding_frame frame.c:1482 PADDING len=890 log_sent_pkts conn.c:260 clnt conn 0:98003ef6, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:98003ef6: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.026 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=32 0xb5=Version Negotiation vers=0x0 dcid=0:98003ef6 scid=0:7fe896226e9f7ce62d5a943d4d76bdc71f clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:98003ef6 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:a6460756 on port 40461 created q_connect quic.c:274 new 1-RTT clnt conn 0:a6460756 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:a6460756 to 192.168.0.1:4433 0.026 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:7ec2836e63fe926a72a5649a1586a0 scid=0:a6460756 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=14 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=249 [seq] enc_padding_frame frame.c:1482 PADDING len=887 log_sent_pkts conn.c:260 clnt conn 0:a6460756, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:a6460756: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.027 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=30 0xbf=Version Negotiation vers=0x0 dcid=0:a6460756 scid=0:7ec2836e63fe926a72a5649a1586a0 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:a6460756 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:0e600280 on port 51721 created q_connect quic.c:274 new 1-RTT clnt conn 0:0e600280 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:0e600280 to 192.168.0.1:4433 0.027 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:4c588af1ca8b779ded4ae964 scid=0:0e600280 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=17 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=250 [seq] enc_padding_frame frame.c:1482 PADDING len=886 log_sent_pkts conn.c:260 clnt conn 0:0e600280, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:0e600280: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.027 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=27 0x8e=Version Negotiation vers=0x0 dcid=0:0e600280 scid=0:4c588af1ca8b779ded4ae964 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:0e600280 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:df571ff9 on port 39570 created q_connect quic.c:274 new 1-RTT clnt conn 0:df571ff9 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:df571ff9 to 192.168.0.1:4433 0.028 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:4c4495270a821bd9b0 scid=0:df571ff9 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=20 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=248 [seq] enc_padding_frame frame.c:1482 PADDING len=888 log_sent_pkts conn.c:260 clnt conn 0:df571ff9, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:df571ff9: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.028 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=24 0xba=Version Negotiation vers=0x0 dcid=0:df571ff9 scid=0:4c4495270a821bd9b0 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:df571ff9 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:2e81ee9c on port 56820 created q_connect quic.c:274 new 1-RTT clnt conn 0:2e81ee9c to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:2e81ee9c to 192.168.0.1:4433 0.028 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:5286091170ecb1c2d410cdeb scid=0:2e81ee9c len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=17 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=256 [seq] enc_padding_frame frame.c:1482 PADDING len=880 log_sent_pkts conn.c:260 clnt conn 0:2e81ee9c, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:2e81ee9c: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.029 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=27 0xcd=Version Negotiation vers=0x0 dcid=0:2e81ee9c scid=0:5286091170ecb1c2d410cdeb clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:2e81ee9c not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:e30074ee on port 54099 created q_connect quic.c:274 new 1-RTT clnt conn 0:e30074ee to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:e30074ee to 192.168.0.1:4433 0.029 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:8187aa22a88a59843f0edbe22ea24e1d scid=0:e30074ee len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=13 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=252 [seq] enc_padding_frame frame.c:1482 PADDING len=884 log_sent_pkts conn.c:260 clnt conn 0:e30074ee, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:e30074ee: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.029 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=31 0xa6=Version Negotiation vers=0x0 dcid=0:e30074ee scid=0:8187aa22a88a59843f0edbe22ea24e1d clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:e30074ee not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:3547a3ca on port 55047 created q_connect quic.c:274 new 1-RTT clnt conn 0:3547a3ca to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:3547a3ca to 192.168.0.1:4433 0.030 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:a44f124db318a0f1b08f scid=0:3547a3ca len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=19 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=246 [seq] enc_padding_frame frame.c:1482 PADDING len=890 log_sent_pkts conn.c:260 clnt conn 0:3547a3ca, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:3547a3ca: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.030 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=25 0xba=Version Negotiation vers=0x0 dcid=0:3547a3ca scid=0:a44f124db318a0f1b08f clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:3547a3ca not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:4b9971c7 on port 58231 created q_connect quic.c:274 new 1-RTT clnt conn 0:4b9971c7 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:4b9971c7 to 192.168.0.1:4433 0.030 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:d94995255fc5880d09616552c0394be5 scid=0:4b9971c7 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=13 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=246 [seq] enc_padding_frame frame.c:1482 PADDING len=890 log_sent_pkts conn.c:260 clnt conn 0:4b9971c7, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:4b9971c7: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.031 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=31 0xc7=Version Negotiation vers=0x0 dcid=0:4b9971c7 scid=0:d94995255fc5880d09616552c0394be5 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:4b9971c7 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:6711037c on port 36101 created q_connect quic.c:274 new 1-RTT clnt conn 0:6711037c to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:6711037c to 192.168.0.1:4433 0.031 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:b041f072a9bd8fd06c64f415b73ac7 scid=0:6711037c len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=14 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=250 [seq] enc_padding_frame frame.c:1482 PADDING len=886 log_sent_pkts conn.c:260 clnt conn 0:6711037c, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:6711037c: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.031 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=30 0xd7=Version Negotiation vers=0x0 dcid=0:6711037c scid=0:b041f072a9bd8fd06c64f415b73ac7 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:6711037c not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:20f417a3 on port 44471 created q_connect quic.c:274 new 1-RTT clnt conn 0:20f417a3 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:20f417a3 to 192.168.0.1:4433 0.032 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:60b0d2c6b1d5ea1a9f76c11e scid=0:20f417a3 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=17 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=256 [seq] enc_padding_frame frame.c:1482 PADDING len=880 log_sent_pkts conn.c:260 clnt conn 0:20f417a3, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:20f417a3: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.032 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=27 0xc3=Version Negotiation vers=0x0 dcid=0:20f417a3 scid=0:60b0d2c6b1d5ea1a9f76c11e clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:20f417a3 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:079ba019 on port 39142 created q_connect quic.c:274 new 1-RTT clnt conn 0:079ba019 to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:079ba019 to 192.168.0.1:4433 0.032 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:a1671509f93aa6954f1e scid=0:079ba019 len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=19 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=255 [seq] enc_padding_frame frame.c:1482 PADDING len=881 log_sent_pkts conn.c:260 clnt conn 0:079ba019, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:079ba019: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.033 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=25 0xa9=Version Negotiation vers=0x0 dcid=0:079ba019 scid=0:a1671509f93aa6954f1e clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:079ba019 not connected main client.c:558 client retrieving http://192.168.0.1:4433/50000000000 new_conn conn.c:2019 clnt conn 0:4e83eb0d on port 59590 created q_connect quic.c:274 new 1-RTT clnt conn 0:4e83eb0d to 192.168.0.1:4433, 18 bytes queued for TX q_connect quic.c:297 waiting for connect on clnt conn 0:4e83eb0d to 192.168.0.1:4433 0.033 log_pkt pkt.c:151 TX to=192.168.0.1:4433 0xc0=Initial vers=0xbabababa dcid=0:d25a1f35e1e22619c2c01fbba0 scid=0:4e83eb0d len=0 nr=0 enc_padding_frame frame.c:1482 PADDING len=16 log_stream_or_crypto_frame frame.c:173 CRYPTO off=0 len=255 [seq] enc_padding_frame frame.c:1482 PADDING len=881 log_sent_pkts conn.c:260 clnt conn 0:4e83eb0d, Initial unacked: 0 log_cc recovery.c:137 clnt conn 0:4e83eb0d: in_flight=1200 (+1200), cwnd=12000 (+0), ssthresh=0 (+0), srtt=0.000 (+0.000), rttvar=0.000 (+0.000) 0.033 log_pkt pkt.c:92 RX from=192.168.0.1:4433 len=28 0xd8=Version Negotiation vers=0x0 dcid=0:4e83eb0d scid=0:d25a1f35e1e22619c2c01fbba0 clnt_vneg conn.c:156 no vers in common with serv; offered 0xff000019 q_connect quic.c:310 clnt conn 0:4e83eb0d not connected TOTAL: 0.000 b/s q_close quic.c:745 closing clnt conn 0:05652d18 on 192.168.0.4:52943 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:05652d18 q_close quic.c:745 closing clnt conn 0:ab857b75 on 192.168.0.4:33104 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:ab857b75 q_close quic.c:745 closing clnt conn 0:e30074ee on 192.168.0.4:54099 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:e30074ee q_close quic.c:745 closing clnt conn 0:6711037c on 192.168.0.4:36101 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:6711037c q_close quic.c:745 closing clnt conn 0:3547a3ca on 192.168.0.4:55047 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:3547a3ca q_close quic.c:745 closing clnt conn 0:1c4f0e2b on 192.168.0.4:35747 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:1c4f0e2b q_close quic.c:745 closing clnt conn 0:4b9971c7 on 192.168.0.4:58231 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:4b9971c7 q_close quic.c:745 closing clnt conn 0:20f417a3 on 192.168.0.4:44471 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:20f417a3 q_close quic.c:745 closing clnt conn 0:a6460756 on 192.168.0.4:40461 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:a6460756 q_close quic.c:745 closing clnt conn 0:98003ef6 on 192.168.0.4:56901 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:98003ef6 q_close quic.c:745 closing clnt conn 0:d353fa1d on 192.168.0.4:49544 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:d353fa1d 0.034 q_close quic.c:745 closing clnt conn 0:df571ff9 on 192.168.0.4:39570 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:df571ff9 q_close quic.c:745 closing clnt conn 0:079ba019 on 192.168.0.4:39142 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:079ba019 q_close quic.c:745 closing clnt conn 0:2e81ee9c on 192.168.0.4:56820 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:2e81ee9c q_close quic.c:745 closing clnt conn 0:eedfe9ce on 192.168.0.4:50025 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:eedfe9ce q_close quic.c:745 closing clnt conn 0:9e9654d1 on 192.168.0.4:59178 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:9e9654d1 q_close quic.c:745 closing clnt conn 0:7b60bc96 on 192.168.0.4:36307 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:7b60bc96 q_close quic.c:745 closing clnt conn 0:f5abd4c8 on 192.168.0.4:42498 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:f5abd4c8 q_close quic.c:745 closing clnt conn 0:4e83eb0d on 192.168.0.4:59590 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:4e83eb0d q_close quic.c:745 closing clnt conn 0:0e600280 on 192.168.0.4:51721 w/err 0x0 free_stream stream.c:140 freeing strm 0 on clnt conn 0:0e600280 0.037 main client.c:676 client exiting with -1

larseggert commented 3 years ago

There won't be any TLS tickets available on a first run, this is not an error.

Which server are you testing? It looks like the server speaks a different version of QUIC than your quant client.

yc1997427 commented 3 years ago

Hi, I run server-warp, and for the client side, I tried both client and client-warp.

larseggert commented 3 years ago

Can you just try client and server (without netmap), and without any changes? Are you trying over loopback?

larseggert commented 3 years ago

Also, can you post the command lines you use to run the server and the client? And describe your network config?

Because the no vers in common with serv; offered 0xff000019 message on the client means you are forcing it to use a non-standard version, which will fail.

yc1997427 commented 3 years ago

Sorry for late reply, our servers have been dead again, this may last for quite a few days. As soon as they are back, I'll check and get back to you.

yc1997427 commented 3 years ago

Hi, the servers just back. I'm running scripts to run the server and client. For the server, I run sh server_netmap.sh: the code is the following: taskset 128 ip netns exec blue ./server-warp -b 50000 -i ens3f1 -p 4433

For the client, I run sh client_netmap.sh, the code is:

!/bin/ bash

echo "+++{$1}" >> bps_ins.txt

change client-warp to client to replace netmap with socket.

taskset 64 ./client-warp -b 50000 -r 20 -i ens3f1 http://192.168.0.1:4433/50000000000 sleep 1 echo "---{$1}" >> bps_ins.txt ~

I tried to change client-warp to client, it also got error.

My network are consist of 2 servers, both client and server are run on one single server, by using namespace to seperate them. The other server run tlem, to reorder, delay packets.

larseggert commented 3 years ago

Can you try a non-netmap client and server with a single request and for a shorter object size and post the outputs on both sides?

larseggert commented 3 years ago

The error you had before I dictated that your server does t speak the same version as the client, which I can't really explain if you compile them both from the current tip of the master branch. I need to see the outputs to compare the versions.

yc1997427 commented 3 years ago

Hi, the following are the printouts when I run the server and client without using my scipts. Shows some bugs there.

root@earl-03-oob:~/yuecheng/QUIC-measurement-kit/extern/quant/Debug/bin# ./server 0.044 q_init quic.c:678 quant/socket (epoll/sendmmsg/recvmmsg) 0.0.29/6cb70fb ready q_init quic.c:679 submit bug reports at https://github.com/NTAP/quant/issues 0.044 init_tls_ctx tls.c:1699 ABORT: assertion failed: fp >= 0 could not open key test/dummy.key [errno 2 = No such file or directory] /usr/lib/x86_64-linux-gnu/libasan.so.5(+0xafeac) [0x7f5db1bf2eac] util_die at /root/yuecheng/QUIC-measurement-kit/extern/quant/lib/deps/warpcore/lib/src/util.c:398 init_tls_ctx at /root/yuecheng/QUIC-measurement-kit/extern/quant/lib/src/tls.c:1699 q_init at /root/yuecheng/QUIC-measurement-kit/extern/quant/lib/src/quic.c:589 main at /root/yuecheng/QUIC-measurement-kit/extern/quant/bin/server.c:365 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f5db097e09b] _start at ??:? Aborted (core dumped) root@earl-03-oob:~/yuecheng/QUIC-measurement-kit/extern/quant/Debug/bin# ./server-warp 0.132 q_init quic.c:678 quant/netmap (left loopback pipe) 0.0.29/6cb70fb ready q_init quic.c:679 submit bug reports at https://github.com/NTAP/quant/issues 0.132 init_tls_ctx tls.c:1699 ABORT: assertion failed: fp >= 0 could not open key test/dummy.key [errno 2 = No such file or directory] /usr/lib/x86_64-linux-gnu/libasan.so.5(+0xafeac) [0x7f166b947eac] util_die at /root/yuecheng/QUIC-measurement-kit/extern/quant/lib/deps/warpcore/lib/src/util.c:398 init_tls_ctx at /root/yuecheng/QUIC-measurement-kit/extern/quant/lib/src/tls.c:1699 q_init at /root/yuecheng/QUIC-measurement-kit/extern/quant/lib/src/quic.c:589 main at /root/yuecheng/QUIC-measurement-kit/extern/quant/bin/server.c:365 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f166a6d309b] _start at ??:? Aborted (core dumped) root@earl-03-oob:~/yuecheng/QUIC-measurement-kit/extern/quant/Debug/bin# ./client 0.045 q_init quic.c:678 quant/socket (epoll/sendmmsg/recvmmsg) 0.0.29/6cb70fb ready q_init quic.c:679 submit bug reports at https://github.com/NTAP/quant/issues read_tickets tls.c:1517 reading TLS tickets from /tmp/quant-session read_tickets tls.c:1523 could not read TLS tickets from /tmp/quant-session: No such file or directory init_tls_ctx tls.c:1753 picotls fusion is supported 0.051 main client.c:676 client exiting with -1 root@earl-03-oob:~/yuecheng/QUIC-measurement-kit/extern/quant/Debug/bin# ./client-warp 0.133 q_init quic.c:678 quant/netmap (left loopback pipe) 0.0.29/6cb70fb ready q_init quic.c:679 submit bug reports at https://github.com/NTAP/quant/issues read_tickets tls.c:1517 reading TLS tickets from /tmp/quant-session read_tickets tls.c:1523 could not read TLS tickets from /tmp/quant-session: No such file or directory init_tls_ctx tls.c:1753 picotls fusion is supported 0.217 main client.c:676 client-warp exiting with -1

larseggert commented 3 years ago

Well, you need to start the server with a proper key and cert?

And I asked you to use the socket-based server, not the -warp one.

larseggert commented 3 years ago

Closing this now, since you clearly were able to build on Ubuntu. Feel free to open another issue if questions remain.