ekr / minq

A simple Go implementation of QUIC
MIT License
98 stars 16 forks source link

Basic congestion Control #30

Closed pietdevaere closed 6 years ago

pietdevaere commented 6 years ago

Implemented following draft-ietf-quic-recovery-06. Only kReorderingThreshold loss detection is implemented, but the framework for other forms is in place. Includes #24 #25 and #26

pietdevaere commented 6 years ago

Now included in #37