Ignore:
Timestamp:
May 17, 2009 5:57:19 PM (15 years ago)
Author:
bennylp
Message:

Ticket #851: initial code to support regular nomination in ICE:

  • Added option to change nomination strategy in ICE strans and session. Default is still aggressive.
  • Added option to control nomination timer
  • Renamed no_host_cand to max_host_cands in ICE config
  • Updated icedemo
  • Also added timer for controlled agent to wait for nomination from controlling agent
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/sipit24/pjnath/src/pjnath-test/ice_test.c

    r2394 r2705  
    142142 
    143143    if (ept->cfg.enable_host == 0) { 
    144         ice_cfg.stun.no_host_cands = PJ_TRUE; 
     144        ice_cfg.stun.max_host_cands = 0; 
    145145    } else { 
    146         ice_cfg.stun.no_host_cands = PJ_FALSE; 
     146        //ice_cfg.stun.no_host_cands = PJ_FALSE; 
    147147        ice_cfg.stun.loop_addr = PJ_TRUE; 
    148148    } 
Note: See TracChangeset for help on using the changeset viewer.