Refactor RDP proxy handling and update related tests
This commit is contained in:
@@ -72,6 +72,10 @@ const (
|
||||
MaxProductionEnvelopePayloadBytes = 4096
|
||||
MaxProductionVPNPacketPayloadBytes = 256 * 1024
|
||||
MaxProductionEnvelopeFutureSkew = time.Minute
|
||||
ProductionForwardQUICStreamID = 1
|
||||
WebIngressForwardQUICStreamID = 2
|
||||
FabricControlForwardQUICStreamID = 3
|
||||
SyntheticForwardQUICStreamID = 1001
|
||||
)
|
||||
|
||||
type PeerIdentity struct {
|
||||
|
||||
Reference in New Issue
Block a user