|
Easy Simple Network Library
0.3.7
|
Functions | |
| IoBufferManagerPtr | esnlib::CreateIoBufferManager (int itemcount=128, int bufsize=8192) |
| IoBufferManagerPtr esnlib::CreateIoBufferManager | ( | int | itemcount = 128, |
| int | bufsize = 8192 |
||
| ) |
Create a buffer pool with initial number of the buffers and the default size of every buffer
| itemcount | The initial number of the buffers |
| bufsize | The default size of every buffer |
1.8.9.1