litespeedtech / lsquic

LiteSpeed QUIC and HTTP/3 Library
MIT License
1.54k stars 334 forks source link

QUIC congestion controller (question) #43

Closed sergePSE closed 6 years ago

sergePSE commented 6 years ago

Does lsquic-client implement CUBIC congestion controller? Is it possible to observe a packet pacing, as it was presented on one of Google presentations?

dtikhonov commented 6 years ago

Yes and yes -- see src/liblsquic/lsquic_cubic.c and src/liblsquic/lsquic_pacer.c. To observe, pass -l cubic=debug,pacer=debug on the command line.