mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-01-16 23:01:45 +00:00
TUN-8646: Add datagram v3 support feature flag
This commit is contained in:
parent
ea1c4a327d
commit
d7d81384c2
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ const (
|
|||
FeaturePostQuantum = "postquantum"
|
||||
FeatureQUICSupportEOF = "support_quic_eof"
|
||||
FeatureManagementLogs = "management_logs"
|
||||
FeatureDatagramV3 = "support_datagram_v3"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue