go with 1000 ports for now

master
Christian Ulrich 2020-11-20 22:14:27 +01:00
parent 18ee5e4919
commit 6e331e9631
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type
minPort*: uint16
maxPort*: uint16
const RandomPortCount = 10000'u16
const RandomPortCount = 1000'u16
proc min(a, b: uint16): uint16 =
min(a.int32, b.int32).uint16