public static void Main()
int totalNetThreads = daLim * cThrC * pThrC;
Console.WriteLine("Each of {0} phases has ChunksThreadsCount = {1}, PagesThreadsCount = {2}", daLim, cThrC, pThrC);
totalNetThreads = daLim * pThrC;
Console.WriteLine("Each of {0} phases has PagesThreadsCount = {1}", daLim, pThrC);
Console.WriteLine("Total net downloading threads = {0}", totalNetThreads);