On 4/3/13 1:37 AM, Igor Galić wrote:
----- Original Message -----TS-1067 Add a new config option, proxy.config.ssl.number.threads, and + // UDP net-threads are turned off by default. + if (!num_of_udp_threads) + TS_ReadConfigInteger(num_of_udp_threads, "proxy.config.ssl.number.threads"); + if (num_of_udp_threads) + udpNet.start(num_of_udp_threads); + sslNetProcessor.start(getNumSSLThreads());Code in Main.cc: proxy.config.ssl.number.threads
yeah, it's a bad commit message, and bad code :). I'll fix. Thanks! -- Leif
