ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ccrtp-devel] problem while reducing the seding rate


From: Dinil Divakaran
Subject: Re: [Ccrtp-devel] problem while reducing the seding rate
Date: Thu, 12 May 2005 16:30:24 +0530 (IST)


For the time being I fixed sending 2833 events as follows:

        rtp_session->setExpireTimeout(duration of event)

This way the packets stay within the oldness check in ccRTP.


But, we can not give a static argument to setExpireTimeout since
the number of packets change depending on the data that has to
be transmitted. Hence, if the value set by setExpireTimeout is
okay for a 1 MB data, it need not be useful for sending data
larger than 1 MB. This happens since the packets do not stay
within the oldness check as the number of packets increase.


David Sugar wrote:
Oh, this is about sending 2833 events, not receiving...sorry :). Hmm, let me think about this one further!






reply via email to

[Prev in Thread] Current Thread [Next in Thread]