increase to 10000 ports

master
Christian Ulrich 2020-11-18 18:28:40 +01:00
parent debd8247b8
commit e814df7a67
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import random
import sequtils
import unittest
const RandomPortCount = 1000
const RandomPortCount = 10000
proc min(a, b: uint16): uint16 =
min(a.int32, b.int32).uint16