Ignore:
Timestamp:
Nov 9, 2009 8:51:34 AM (14 years ago)
Author:
bennylp
Message:

Ticket #950 and #957:

  • added QoS options on PJLIB/PJLIB SSL/TLS socket/transport
  • added demo in Symbian ua.cpp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r2968 r2998  
    46014601        pjsua_acc_id acc_id; 
    46024602 
     4603        /* Copy the QoS settings */ 
     4604        tcp_cfg.tls_setting.qos_type = tcp_cfg.qos_type; 
     4605        pj_memcpy(&tcp_cfg.tls_setting.qos_params, &tcp_cfg.qos_params,  
     4606                  sizeof(tcp_cfg.qos_params)); 
     4607 
    46034608        /* Set TLS port as TCP port+1 */ 
    46044609        tcp_cfg.port++; 
Note: See TracChangeset for help on using the changeset viewer.