TUN-6871: Add default feature to cloudflared to support EOF on QUIC connections

This commit is contained in:
João Oliveirinha
2022-10-24 13:14:47 +01:00
parent c3c050aa79
commit e6c9ec0b39
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ const (
FeatureAllowRemoteConfig = "allow_remote_config"
FeatureDatagramV2 = "support_datagram_v2"
FeaturePostQuantum = "postquantum"
FeatureQUICSupportEOF = "support_quic_eof"
)
type TunnelConfig struct {