SIPX_RTCP_STATS Struct Reference

#include <sipXtapi.h>


Detailed Description

RTCP statistics computed according to RFC 3550.


Data Fields

int cbSize
 Size of structure.
unsigned short fraction_lost
 Fraction of lost packets.
unsigned long cum_lost
 Cumulative lost packets.
unsigned long ext_max
 Max size of rtcp extention header.
unsigned long jitter
 Jitter measurement.
int RTT
 Round trip time.
int bytesSent
 Number of bytes sent.
int packetsSent
 Number of packets sent.
int bytesReceived
 Number of bytes received.
int packetsReceived
 Number of packets received.


Field Documentation

int SIPX_RTCP_STATS::cbSize

Size of structure.

unsigned short SIPX_RTCP_STATS::fraction_lost

Fraction of lost packets.

unsigned long SIPX_RTCP_STATS::cum_lost

Cumulative lost packets.

unsigned long SIPX_RTCP_STATS::ext_max

Max size of rtcp extention header.

unsigned long SIPX_RTCP_STATS::jitter

Jitter measurement.

int SIPX_RTCP_STATS::RTT

Round trip time.

int SIPX_RTCP_STATS::bytesSent

Number of bytes sent.

int SIPX_RTCP_STATS::packetsSent

Number of packets sent.

int SIPX_RTCP_STATS::bytesReceived

Number of bytes received.

int SIPX_RTCP_STATS::packetsReceived

Number of packets received.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 31 22:16:37 2007 for sipXtapi by  doxygen 1.5.1-p1