Skip to content

Commit

Permalink
chore: turned off ECN by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wwqgtxx committed Mar 28, 2024
1 parent eae1f05 commit 89d7b81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,11 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
"www.msftconnecttest.com",
},
},
Experimental: Experimental{
// https://github.com/quic-go/quic-go/issues/4178
// Quic-go currently cannot automatically fall back on platforms that do not support ecn, so this feature is turned off by default.
QUICGoDisableECN: true,
},
Sniffer: RawSniffer{
Enable: false,
Sniffing: []string{},
Expand Down

0 comments on commit 89d7b81

Please sign in to comment.