comparison include/freeDiameter/freeDiameter.h @ 253:ad6c0118fb50

Configurable number of server threads
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 13 Apr 2010 14:50:54 +0900
parents 5a1b93f59f8f
children 5df55136361b
comparison
equal deleted inserted replaced
252:433ef00ac049 253:ad6c0118fb50
88 uint16_t cnf_port; /* the local port for legacy Diameter (default: 3868) in host byte order */ 88 uint16_t cnf_port; /* the local port for legacy Diameter (default: 3868) in host byte order */
89 uint16_t cnf_port_tls; /* the local port for Diameter/TLS (default: 3869) in host byte order */ 89 uint16_t cnf_port_tls; /* the local port for Diameter/TLS (default: 3869) in host byte order */
90 uint16_t cnf_sctp_str; /* default max number of streams for SCTP associations (def: 30) */ 90 uint16_t cnf_sctp_str; /* default max number of streams for SCTP associations (def: 30) */
91 struct fd_list cnf_endpoints; /* the local endpoints to bind the server to. list of struct fd_endpoint. default is empty (bind all) */ 91 struct fd_list cnf_endpoints; /* the local endpoints to bind the server to. list of struct fd_endpoint. default is empty (bind all) */
92 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. */ 92 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. */
93 uint16_t cnf_dispthr; /* Number of dispatch threads to create */
93 struct { 94 struct {
94 unsigned no_fwd : 1; /* the peer does not relay messages (0xffffff app id) */ 95 unsigned no_fwd : 1; /* the peer does not relay messages (0xffffff app id) */
95 unsigned no_ip4 : 1; /* disable IP */ 96 unsigned no_ip4 : 1; /* disable IP */
96 unsigned no_ip6 : 1; /* disable IPv6 */ 97 unsigned no_ip6 : 1; /* disable IPv6 */
97 unsigned no_tcp : 1; /* disable use of TCP */ 98 unsigned no_tcp : 1; /* disable use of TCP */
"Welcome to our mercurial repository"