diff 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
line wrap: on
line diff
--- a/include/freeDiameter/libfdcore.h	Sun Oct 18 12:00:36 2015 +0800
+++ b/include/freeDiameter/libfdcore.h	Sat Jan 30 23:38:43 2016 +0800
@@ -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: 5658) in host byte order */
+	uint16_t	 cnf_port_tls;	/* the local port for Diameter/TLS (default: 5868) in host byte order */
 	uint16_t	 cnf_port_3436; /* Open an additional server port to listen to old TLS/SCTP clients (RFC3436, freeDiameter versions < 1.2.0) */
 	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. */
"Welcome to our mercurial repository"