We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1c4a3 commit d7d8138Copy full SHA for d7d8138
features/features.go
@@ -8,6 +8,7 @@ const (
8
FeaturePostQuantum = "postquantum"
9
FeatureQUICSupportEOF = "support_quic_eof"
10
FeatureManagementLogs = "management_logs"
11
+ FeatureDatagramV3 = "support_datagram_v3"
12
)
13
14
var (
0 commit comments