This commit is contained in:
Grant Limberg 2018-11-11 22:55:57 -08:00
commit f3d8846df3

View File

@ -437,7 +437,7 @@ struct TcpConnection
Mutex writeq_m;
};
#define ZT_INCOMING_PACKET_THREAD_POOL_SIZE 4
#define ZT_INCOMING_PACKET_THREAD_POOL_SIZE 8
class OneServiceImpl : public OneService
{