Opened 11 years ago

Last modified 11 years ago

#1602 closed enhancement

Configurable local port range for ICE transport — at Version 1

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.1
Component: pjnath Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by nanang)

The port start and range can be specified via:

  • In PJSUA level: pjsua_acc_config.rtp_cfg.port and pjsua_acc_config.rtp_cfg.port_range
  • In PJNATH level:
    • STUN socket: port start uses the port value specified in pj_stun_sock_cfg.bound_addr and range in pj_stun_sock_cfg.port_range
    • TURN socket: port start uses the port value specified in pj_turn_sock_cfg.bound_addr and range in pj_turn_sock_cfg.port_range
    • ICE stream transport: same as above, via pj_ice_strans_cfg.stun/turn.cfg

See the docs for more info.

Change History (1)

comment:1 Changed 11 years ago by nanang

  • Description modified (diff)
Note: See TracTickets for help on using tickets.