devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

FEC Support? #53

Open zhenyu-zhou opened 7 years ago

zhenyu-zhou commented 7 years ago

Are there any insights how well goquic supports FEC (Forwarding Error Correcting) and if it is well implemented, how to enable/disable it? (I fully understand FEC is already removed from the Google QUIC design.)

Thanks in advance!