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/pjsip-apps/src/pjsua/pjsua_app.c

    r2704 r2705  
    47294729            status = pjmedia_transport_udp_create3(pjsua_get_pjmedia_endpt(),  
    47304730                                                   pj_AF_INET6(), 
    4731                                                    NULL,  
     4731                                                   app_config.rtp_cfg.public_addr.ptr,  
    47324732                                                   &app_config.rtp_cfg.bound_addr, 
    47334733                                                   port,  
Note: See TracChangeset for help on using the changeset viewer.