Ignore:
Timestamp:
Feb 7, 2013 9:35:34 AM (11 years ago)
Author:
nanang
Message:

Close #1602: configurable local port range for ICE transport.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4342 r4343  
    21542154 
    21552155    /** 
     2156     * Specify the port range for socket binding, relative to the start 
     2157     * port number specified in \a port. Note that this setting is only 
     2158     * applicable when the start port number is non zero. 
     2159     * 
     2160     * Default value is zero. 
     2161     */ 
     2162    unsigned            port_range; 
     2163 
     2164    /** 
    21562165     * Optional address to advertise as the address of this transport. 
    21572166     * Application can specify any address or hostname for this field, 
Note: See TracChangeset for help on using the changeset viewer.