PREV TOC HOME INDEX NEXT


7.7. RTCP_RECEIVERREPORT

The RTCP_RECEIVERREPORT data structure provides RTCP sender information. The data structure definition is as follows:

    typedef struct
    {
        unsigned int   fraction_lost;
        unsigned int   cumulative_lost;
        unsigned int   sequence_number;
    } RTCP_RECEIVERREPORT; 

Table 26 describes the meaning of each field in the RTCP_RECEIVERREPORT data structure.

Table 26. RTCP_RECEIVERREPORT Field Descriptions

Field

Description

fraction_lost Percentage of packets lost.
cumulative_lost Number of packets lost.
sequence_number Last sequence number received.


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated January, 2003