mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-08 03:55:11 +08: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