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

[!] fix xqc_pacing_rate_calc() return zero #134

Closed ruiqizhou closed 2 years ago

ruiqizhou commented 2 years ago
  1. fix cubic cwnd
  2. check return value of xqc_pacing_rate_calc() before dividing it

Fix #127