comparison include/freeDiameter/libfdcore.h @ 1326:afe0ecdb0692

Add config option if Route-Record AVPs should be added in Answers. Some software does not handle them correctly.
author Thomas Klausner <tk@giga.or.at>
date Mon, 27 Nov 2017 15:18:57 +0100
parents 84a3c9c4b834
children 175f2eb883a0
comparison
equal deleted inserted replaced
1325:ae81cd81ab09 1326:afe0ecdb0692
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. */
136 uint16_t cnf_dispthr; /* Number of dispatch threads to create */ 136 uint16_t cnf_dispthr; /* Number of dispatch threads to create */
137 uint16_t cnf_rr_in_answers; /* include Route-Record AVP in answers */
137 struct { 138 struct {
138 unsigned no_fwd : 1; /* the peer does not relay messages (0xffffff app id) */ 139 unsigned no_fwd : 1; /* the peer does not relay messages (0xffffff app id) */
139 unsigned no_ip4 : 1; /* disable IP */ 140 unsigned no_ip4 : 1; /* disable IP */
140 unsigned no_ip6 : 1; /* disable IPv6 */ 141 unsigned no_ip6 : 1; /* disable IPv6 */
141 unsigned no_tcp : 1; /* disable use of TCP */ 142 unsigned no_tcp : 1; /* disable use of TCP */
"Welcome to our mercurial repository"