diff 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
line wrap: on
line diff
--- a/include/freeDiameter/libfdcore.h	Mon Nov 27 15:16:30 2017 +0100
+++ b/include/freeDiameter/libfdcore.h	Mon Nov 27 15:18:57 2017 +0100
@@ -134,6 +134,7 @@
 	int		 cnf_thr_srv;	/* Number of threads per servers handling the connection state machines */
 	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. */
 	uint16_t	 cnf_dispthr;	/* Number of dispatch threads to create */
+	uint16_t	 cnf_rr_in_answers;	/* include Route-Record AVP in answers */
 	struct {
 		unsigned no_fwd : 1;	/* the peer does not relay messages (0xffffff app id) */
 		unsigned no_ip4 : 1;	/* disable IP */
"Welcome to our mercurial repository"