Opened 12 years ago
Last modified 12 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.
Note: See
TracTickets for help on using
tickets.