TUN-8646: Add datagram v3 support feature flag

This commit is contained in:
Devin Carr 2024-10-01 15:21:01 -07:00
parent ea1c4a327d
commit d7d81384c2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ const (
FeaturePostQuantum = "postquantum"
FeatureQUICSupportEOF = "support_quic_eof"
FeatureManagementLogs = "management_logs"
FeatureDatagramV3 = "support_datagram_v3"
)
var (