Code style fixes

This commit is contained in:
github-actions
2021-05-13 21:24:32 +00:00
parent 7790cdfff9
commit a41039e1fa

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);