Changeset 948 for pjproject/trunk
- Timestamp:
- Feb 14, 2007 2:44:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r947 r948 3047 3047 3048 3048 /* Set TLS port as TCP port+1 */ 3049 app_config.udp_cfg.port++;3049 tcp_cfg.port++; 3050 3050 status = pjsua_transport_create(PJSIP_TRANSPORT_TLS, 3051 & app_config.udp_cfg,3051 &tcp_cfg, 3052 3052 &transport_id); 3053 app_config.udp_cfg.port--;3053 tcp_cfg.port--; 3054 3054 if (status != PJ_SUCCESS) 3055 3055 goto on_error;
Note: See TracChangeset
for help on using the changeset viewer.