quic-go v0.17.3 Release Notes

Release Date: 2020-07-11 // almost 4 years ago
  • 🚀 This is a bug-fix release that fixes #2658, which can lead to occasional connection timeouts (see ipfs/go-ipfs#7526 for some real-world data).

    🚀 This release cherry-picks #2652, #2651 and #2660.
    Deployments that have existing deployments of quic-go client and server that cannot be updated all at the same time should set the quic.RetireBugBackwardsCompatibilityMode flag. This flag fixes the connection timeouts, as long as at least one of the peers uses v0.17.3. Note that this flag will be removed in a future release.