Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages Examples
Todo List
- class MembershipControl
- implement the reallocation mechanism (e.g., when the number of ssrcs per collision list goes up to 2, make the size approx. four times bigger (0.5 ssrcs per list now. when the number of ssrcs per list goes down to 0.5, decrease four times. Do not use 2 or 0.5, but `2 + something' and `0.5 - somehting'). Always jumping between prime numbers -> provide a table from 7 to many.
- member QueueRTCPManager::computeRTCPInterval()
- make it more flexible as recommended in the draft
- member RTPSource::getRate() const
- implement with RTCP checking
- member RTPQueue::getRate(rtp_payload_t pt=RTP_PAYLOAD_EMPTY) const
- complete implementation
- member RTPQueue::isComplete(void)
- maybe, with the new RTPData, this is unnecessary. Could be useful for an application that is trying to figure out wheter to start processing data or wait for misordered packets.
- member RTPQueue::isCookedWaiting(void) const
- implement it
- member RTPQueue::isMarked(void)
- maybe, with the new RTPData, this is unnecessary.
- member QueueRTCPManager::recvControl(void)
- update doc and clarify purpose
- member RTPQueue::setTypeOfService(type_of_service_t tos)
- Implement fair competition with tcp
- member QueueRTCPManager::TimeOutSSRCs()
- implement it
Generated at Fri Oct 5 10:28:27 2001 for ccRTP by
1.2.5 written by Dimitri van Heesch,
© 1997-2001