comparison include/freeDiameter/libfdcore.h @ 1304:5a505af0bba0

Fix default secure port
author Sebastien Decugis <sdecugis@freediameter.net>
date Sat, 30 Jan 2016 23:38:43 +0800
parents 50fb308e84f7
children 84a3c9c4b834
comparison
equal deleted inserted replaced
1303:090390e89b1d 1304:5a505af0bba0
125 125
126 unsigned int cnf_timer_tc; /* The value in seconds of the default Tc timer */ 126 unsigned int cnf_timer_tc; /* The value in seconds of the default Tc timer */
127 unsigned int cnf_timer_tw; /* The value in seconds of the default Tw timer */ 127 unsigned int cnf_timer_tw; /* The value in seconds of the default Tw timer */
128 128
129 uint16_t cnf_port; /* the local port for legacy Diameter (default: 3868) in host byte order */ 129 uint16_t cnf_port; /* the local port for legacy Diameter (default: 3868) in host byte order */
130 uint16_t cnf_port_tls; /* the local port for Diameter/TLS (default: 5658) in host byte order */ 130 uint16_t cnf_port_tls; /* the local port for Diameter/TLS (default: 5868) in host byte order */
131 uint16_t cnf_port_3436; /* Open an additional server port to listen to old TLS/SCTP clients (RFC3436, freeDiameter versions < 1.2.0) */ 131 uint16_t cnf_port_3436; /* Open an additional server port to listen to old TLS/SCTP clients (RFC3436, freeDiameter versions < 1.2.0) */
132 uint16_t cnf_sctp_str; /* default max number of streams for SCTP associations (def: 30) */ 132 uint16_t cnf_sctp_str; /* default max number of streams for SCTP associations (def: 30) */
133 struct fd_list cnf_endpoints; /* the local endpoints to bind the server to. list of struct fd_endpoint. default is empty (bind all). After servers are started, this is the actual list of endpoints including port information. */ 133 struct fd_list cnf_endpoints; /* the local endpoints to bind the server to. list of struct fd_endpoint. default is empty (bind all). After servers are started, this is the actual list of endpoints including port information. */
134 int cnf_thr_srv; /* Number of threads per servers handling the connection state machines */ 134 int cnf_thr_srv; /* Number of threads per servers handling the connection state machines */
135 struct fd_list cnf_apps; /* Applications locally supported (except relay, see flags). Use fd_disp_app_support to add one. list of struct fd_app. */ 135 struct fd_list cnf_apps; /* Applications locally supported (except relay, see flags). Use fd_disp_app_support to add one. list of struct fd_app. */
"Welcome to our mercurial repository"