diff options
| author | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-13 22:14:15 +0000 |
|---|---|---|
| committer | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-13 22:14:15 +0000 |
| commit | 6d4c6f7e5941e46c38fb6edd784d1e89288ae36a (patch) | |
| tree | 283cda797233b9aeff28a55ee17176992a9ba03e /examples | |
| parent | 07add238fb2bc1e9d42bc896e64285b23580efc0 (diff) | |
Code style enforcement
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/csharp/example.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/csharp/example.cs b/examples/csharp/example.cs index a24cbc2..aa0753d 100644 --- a/examples/csharp/example.cs +++ b/examples/csharp/example.cs @@ -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); |
