alibaba / xquic

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

[Bug]: xqc_bbr.c comments or source code error #162

Closed adcen0107 closed 2 years ago

adcen0107 commented 2 years ago

What happened?

xqc_bbr.c line70~71 / keep minrtt valid for 10s if it has not been changed / const uint32_t xqc_bbr2_minrtt_win_size_us = 3000000;

Steps To Reproduce

just view source code, compare comments or source code

Relevant log output

No response

lurker-Chen commented 2 years ago

It's a comment error. The value of parameter has been adjusted.