OutgoingDataQueueBase
OutgoingDataQueueBase
Section: C Library Functions (3) Updated: Fri Apr 1 2011 Local index
Up
NAME
OutgoingDataQueueBase -
SYNOPSIS
#include <queuebase.h>
Inherits RTPQueueBase.
Inherited by OutgoingDataQueue.
Public Member Functions
size_t getDefaultMaxSendSegmentSize ()
void setMaxSendSegmentSize (size_t size)
Set maximum payload segment size before fragmenting sends.
size_t getMaxSendSegmentSize ()
Protected Member Functions
OutgoingDataQueueBase ()
virtual ~OutgoingDataQueueBase ()
Detailed Description
Author:
-
Federico Montesino Pouzols <fedemp@altern.org>
Constructor & Destructor Documentation
OutgoingDataQueueBase::OutgoingDataQueueBase () [protected]
virtual OutgoingDataQueueBase::~OutgoingDataQueueBase () [inline, protected, virtual]
Member Function Documentation
size_t OutgoingDataQueueBase::getDefaultMaxSendSegmentSize () [inline]
size_t OutgoingDataQueueBase::getMaxSendSegmentSize () [inline]
void OutgoingDataQueueBase::setMaxSendSegmentSize (size_tsize) [inline]
Set maximum payload segment size before fragmenting sends. Parameters:
-
size Maximum payload size.
Returns:
-
Whether segment size was successfully set.
Author
Generated automatically by Doxygen for ccRTP from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- Protected Member Functions
-
- Detailed Description
-
- Constructor & Destructor Documentation
-
- OutgoingDataQueueBase::OutgoingDataQueueBase () [protected]
-
- virtual OutgoingDataQueueBase::~OutgoingDataQueueBase () [inline, protected, virtual]
-
- Member Function Documentation
-
- size_t OutgoingDataQueueBase::getDefaultMaxSendSegmentSize () [inline]
-
- size_t OutgoingDataQueueBase::getMaxSendSegmentSize () [inline]
-
- void OutgoingDataQueueBase::setMaxSendSegmentSize (size_tsize) [inline]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:51:53 GMT, April 16, 2011