sipXcallLib home page


Public Attributes | List of all members
SIPX_RTCP_STATS Struct Reference

RTCP statistics computed according to RFC 3550. More...

#include <sipXtapi.h>

Public Attributes

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

Detailed Description

RTCP statistics computed according to RFC 3550.

Member Data Documentation

int bytesReceived

Number of bytes received.

int bytesSent

Number of bytes sent.

int cbSize

Size of structure.

unsigned long cum_lost

Cumulative lost packets.

unsigned long ext_max

Max size of RTCP extension header.

unsigned short fraction_lost

Fraction of lost packets.

unsigned long jitter

Jitter measurement.

int packetsReceived

Number of packets received.

int packetsSent

Number of packets sent.

int RTT

Round trip time.