Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Koifman committed Sep 20, 2023
1 parent 6dacb2a commit 5af0848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Softnet.Proxy/Constants.cs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5af0848

Please sign in to comment.