#include <queuebase.h>
List of all members.
Detailed Description
- Author:
- Federico Montesino Pouzols <fedemp@altern.org>
Constructor & Destructor Documentation
IncomingDataQueueBase::IncomingDataQueueBase |
( |
|
) |
[inline, protected] |
virtual IncomingDataQueueBase::~IncomingDataQueueBase |
( |
|
) |
[inline, protected, virtual] |
Member Function Documentation
size_t IncomingDataQueueBase::getDefaultMaxRecvPacketSize |
( |
|
) |
const [inline] |
size_t IncomingDataQueueBase::getMaxRecvPacketSize |
( |
|
) |
const [inline] |
void IncomingDataQueueBase::setMaxRecvPacketSize |
( |
size_t |
maxsize |
) |
[inline] |
- Parameters:
-
- Note:
- This method sets a filter for incoming packets. Setting higher values does not necessarily imply higher memory usage (this method does not set any buffer size).
The documentation for this class was generated from the following file: