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.
fraction_lost Percentage of packets lost. cumulative_lost Number of packets lost. sequence_number Last sequence number received.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation