Go to the source code of this file.
Functions | |
| void | socketReadHandler (Socket *sock, int) |
Variables | |
| static unsigned const | maxPacketLength = 50*1024 |
| static unsigned const | ioBufferSize = maxPacketLength + TunnelEncapsulationTrailerMaxSize |
| static unsigned char | ioBuffer [ioBufferSize] |
| void socketReadHandler | ( | Socket * | sock, | |
| int | ||||
| ) |
Definition at line 38 of file IOHandlers.cpp.
unsigned const maxPacketLength = 50*1024 [static] |
Definition at line 26 of file IOHandlers.cpp.
unsigned const ioBufferSize = maxPacketLength + TunnelEncapsulationTrailerMaxSize [static] |
unsigned char ioBuffer[ioBufferSize] [static] |
1.5.5