Ignore:
Timestamp:
Jun 22, 2006 6:44:11 PM (18 years ago)
Author:
bennylp
Message:

Fixed RTCP statistic returning fraction lost instead of total lost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/rtcp.h

    r518 r537  
    157157    pj_uint32_t     pkt;        /**< Total number of packets                */ 
    158158    pj_uint32_t     bytes;      /**< Total number of payload/bytes          */ 
    159     unsigned        discard;    /**< Number of discarded packets.           */ 
    160     unsigned        loss;       /**< Number of packets lost                 */ 
    161     unsigned        reorder;    /**< Number of out of order packets         */ 
    162     unsigned        dup;        /**< Number of duplicates packets           */ 
     159    unsigned        discard;    /**< Total number of discarded packets.     */ 
     160    unsigned        loss;       /**< Total number of packets lost           */ 
     161    unsigned        reorder;    /**< Total number of out of order packets   */ 
     162    unsigned        dup;        /**< Total number of duplicates packets     */ 
    163163 
    164164    struct { 
Note: See TracChangeset for help on using the changeset viewer.