signetlabdei / quic-ns-3

QUIC implementation for ns-3
GNU General Public License v2.0
44 stars 17 forks source link

Any idea to implement BBR statemachine? #7

Closed PercyLau closed 3 years ago

PercyLau commented 4 years ago

Hi, there!

Thank you for implementing the detailed module of quic in ns-3. Although in the current quic IETF draft-25 the default congestion control mechanism is mimicking TCP Reno, however, BBR is more attractive because of its theoretical superior. I am willing to contribute to this part and there are some other works in TCP-BBR (https://github.com/mark-claypool/bbr). Could we have a discussion about the implementation here?

Sincerely, Percy

mychele commented 4 years ago

Hi, we are in the process of merging the code for BBR, everything should be up and running in the near future (see https://github.com/signetlabdei/quic/pull/3 and https://github.com/signetlabdei/quic/pull/5). We'll keep you posted!

PercyLau commented 4 years ago

Excellent work!