Ignore:
Timestamp:
Mar 27, 2007 11:00:38 AM (17 years ago)
Author:
bennylp
Message:

ICE: added media index in pjmedia when handling SDP containing ICE candidates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath-test/ice_test.c

    r1106 r1108  
    460460    pj_stun_config_init(&stun_cfg, mem, 0, ioqueue, timer_heap); 
    461461 
    462     //pj_log_set_level(4); 
     462#if 1 
     463    pj_log_set_level(5); 
     464#endif 
     465 
     466    goto test; 
    463467 
    464468    /* Basic create/destroy */ 
     
    488492 
    489493    /* Direct communication with two components */ 
     494test: 
    490495    rc = perform_ice_test("With two components (RTP and RTCP)", PJ_TRUE, 2, PJ_TRUE, D1, D2, 0, NULL, 0, NULL); 
    491496    if (rc != 0) 
    492497        goto on_return; 
     498 
     499    goto on_return; 
    493500 
    494501    /* Direct communication with mismatch number of components */ 
     
    502509 
    503510on_return: 
    504     //pj_log_set_level(3); 
     511    pj_log_set_level(3); 
    505512    pj_ioqueue_destroy(stun_cfg.ioqueue); 
    506513    pj_pool_release(pool); 
Note: See TracChangeset for help on using the changeset viewer.