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

Re: RTCP_RR_SIZE



Hi Kamil,
	48 is the size of 2 RR blocks, so the first RR block will be reporting due the data sender this member heard from and the other RR block will be due to this member's previous RR which it multicast to the whole group and was received by every member including itself. This is what I think. If I am wrong, please correct me.

Regards,
Randa
> 
> Hi,
> I am using ns to do some simulation related to RTP protocol.
> In the file (in the latest version, March 99) ~ns/session-rtp.cc it says
> that the size of a Receiver Report is 48 : 
> 
> #define RTCP_RR_SIZE 48
> 
> But when I look at the RTP Spec, I count it as being 24 bytes. Am I
> missing something or there is an error about it?
> 
> Thanks,
> Kamil.
> 
>