mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-05-14 19:40:41 +00:00
TUN-5300: Define RPC to register UDP sessions
This commit is contained in:
committed by
Arég Harutyunyan
parent
571380b3f5
commit
fc2333c934
@@ -532,6 +532,7 @@ func ServeQUIC(
|
||||
MaxIncomingStreams: connection.MaxConcurrentStreams,
|
||||
MaxIncomingUniStreams: connection.MaxConcurrentStreams,
|
||||
KeepAlive: true,
|
||||
EnableDatagrams: true,
|
||||
Tracer: quicpogs.NewClientTracer(connLogger.Logger(), connIndex),
|
||||
}
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user