Easy Simple Network Library
0.3.7
|
Functions | |
ServerPtr | esnlib::CreateServer (int maxConnectQueueSize=2048, int readBufferSize=8192, int writeBufferSize=8192) |
ServerPtr esnlib::CreateServer | ( | int | maxConnectQueueSize = 2048 , |
int | readBufferSize = 8192 , |
||
int | writeBufferSize = 8192 |
||
) |
Create a server with specific read/write buffer size and max connection queue size
maxConnectQueueSize | The maximum size of the connection queue |
readBufferSize | The size of the read buffer |
writeBufferSize | The size of the write buffer |