Ignore:
Timestamp:
Feb 9, 2006 2:01:40 PM (18 years ago)
Author:
bennylp
Message:

Updated with new jitter buffer, and statistics in pjsua

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r163 r169  
    10451045    pj_lock_acquire(mgr->lock); 
    10461046 
     1047#if defined(PJ_DEBUG) && PJ_DEBUG!=0 
     1048    PJ_LOG(3,(THIS_FILE, " Outstanding transmit buffers: %d", 
     1049              pj_atomic_get(mgr->tdata_counter))); 
     1050#endif 
     1051 
    10471052    itr = pj_hash_first(mgr->table, &itr_val); 
    10481053    if (itr) { 
Note: See TracChangeset for help on using the changeset viewer.