Public Member Functions | |
| Buffered_DatagramReader (int in_size=8192) | |
| Constructor. More... | |
| template<class SOCK_TYPE > | |
| int | PumpMessageReader (Datagram &inmsg, SOCK_TYPE &sck) |
| template<class SOCK_TYPE > | |
| int | ReadPump (SOCK_TYPE &sck) |
| void | ReSet (void) |
| Reset all read content, ie. More... | |
Definition at line 16 of file buffered_datagramreader.h.
|
inline |
Constructor.
Passes size up to ring buffer.
Definition at line 25 of file buffered_datagramreader.I.
|
inline |
Reset all read content, ie.
zeroes out buffer.
If you lose framing, this will not help.
Definition at line 34 of file buffered_datagramreader.I.
References RingBuffer::ResetContent().
1.8.15