From 5af08481be62f23f900528f4e4c8e30e144d03ba Mon Sep 17 00:00:00 2001 From: Robert Koifman Date: Wed, 20 Sep 2023 17:36:05 +0500 Subject: [PATCH] ... --- Softnet.Proxy/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Softnet.Proxy/Constants.cs b/Softnet.Proxy/Constants.cs index 158ef97..fd18908 100644 --- a/Softnet.Proxy/Constants.cs +++ b/Softnet.Proxy/Constants.cs @@ -78,7 +78,7 @@ public static class UdpConnector public const byte P2P_HOLE_PUNCHED = 21; public const byte P2P_LOCAL_HOLE_PUNCHED = 22; // Client Output / Service Input - public const byte P2P_CONNECTION_CREATED = 21; + public const byte P2P_CONNECTION_CREATED = 23; } public static class UdpEndpoint