static void SetTransportBufferPoolNum( qUnsignedInt poolNum );
Name | Description | |
---|---|---|
in | poolNum | The number of memory pools. The default value is 64 . |
Sets the number of memory pools used as buffers by the transport buffer thread.
The size of one memory pool is MTU (Maximum Transmission Unit: the maximum size that can be sent in one transfer over the network). Memory of size MTU can be allocated for the number of memory pools specified by this function. This memory is allocated when NetZ is created, and deallocated when NetZ is destroyed.
CONFIDENTIAL