Make the client only reserve 512 ports.

This commit is contained in:
Alex Dadgar
2016-02-20 11:43:02 -08:00
parent 05bda07e7e
commit c43c031a49

View File

@@ -297,7 +297,7 @@ func DefaultConfig() *Config {
NetworkSpeed: 100,
MaxKillTimeout: "30s",
ClientMinPort: 14000,
ClientMaxPort: 19000,
ClientMaxPort: 14512,
},
Server: &ServerConfig{
Enabled: false,