Beispiel #1
0
 protected SNIPhysicalHandle(int poolSize = DefaultPoolSize)
 {
     _pool = new SNIPacketPool(poolSize);
 }