A little better spraying of the network.
This commit is contained in:
@ -1607,7 +1607,7 @@ namespace EduNetworkBuilder
|
||||
if(DateTime.Now > NextSprayTime)
|
||||
{
|
||||
Random myRnd = NB.GetRandom();
|
||||
int ms = (myRnd.Next(10) + 2) * 250;
|
||||
int ms = (myRnd.Next(20) + 2) * 100;
|
||||
NextSprayTime = DateTime.Now.AddMilliseconds(ms);
|
||||
foreach(NetworkComponent NC in NetComponents)
|
||||
{
|
||||
|
Reference in New Issue
Block a user