changeset 1164:e8bf101264fa

Updated default secure port value according to RFC6733
author Sebastien Decugis <sdecugis@freediameter.net>
date Fri, 31 May 2013 17:45:51 +0200
parents 7de036e9e8fd
children 515a5b8f930a
files include/freeDiameter/libfdcore.h include/freeDiameter/libfdproto.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/include/freeDiameter/libfdcore.h	Fri May 31 14:57:17 2013 +0200
+++ b/include/freeDiameter/libfdcore.h	Fri May 31 17:45:51 2013 +0200
@@ -127,7 +127,7 @@
 	unsigned int 	 cnf_timer_tw;	/* The value in seconds of the default Tw timer */
 	
 	uint16_t	 cnf_port;	/* the local port for legacy Diameter (default: 3868) in host byte order */
-	uint16_t	 cnf_port_tls;	/* the local port for Diameter/TLS (default: 3869) in host byte order */
+	uint16_t	 cnf_port_tls;	/* the local port for Diameter/TLS (default: 5658) in host byte order */
 	uint16_t	 cnf_sctp_str;	/* default max number of streams for SCTP associations (def: 30) */
 	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. */
 	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. */
--- a/include/freeDiameter/libfdproto.h	Fri May 31 14:57:17 2013 +0200
+++ b/include/freeDiameter/libfdproto.h	Fri May 31 17:45:51 2013 +0200
@@ -109,7 +109,7 @@
 /*============================================================*/
 
 #define DIAMETER_PORT		3868
-#define DIAMETER_SECURE_PORT	3869
+#define DIAMETER_SECURE_PORT	5658
 
 
 /*============================================================*/
"Welcome to our mercurial repository"