Code style enforcement

This commit is contained in:
github-actions
2021-05-13 22:14:15 +00:00
parent 07add238fb
commit 6d4c6f7e59

View File

@@ -26,7 +26,7 @@ public class ExampleApp {
// node.InitAllowIdentityCaching(true);
// node.InitAllowWorldCaching(false);
node.InitSetEventHandler(OnZeroTierEvent);
//node.InitSetPort(0); // Will randomly attempt ports if not specified or is set to 0
// node.InitSetPort(0); // Will randomly attempt ports if not specified or is set to 0
node.InitSetRandomPortRange(40000, 50000);
// node.InitAllowSecondaryPort(false);