diff include/freeDiameter/libfdproto.h @ 897:d8d0772586ad

Use correct default port for outgoing connections even when local port is not the default one
author Sebastien Decugis <sdecugis@freediameter.net>
date Fri, 30 Nov 2012 23:14:34 +0100
parents fbf77629cb7b
children c2ecce3fb928
line wrap: on
line diff
--- a/include/freeDiameter/libfdproto.h	Fri Nov 30 23:04:16 2012 +0100
+++ b/include/freeDiameter/libfdproto.h	Fri Nov 30 23:14:34 2012 +0100
@@ -79,6 +79,15 @@
 #include <libgen.h>	/* for basename if --dbg_file is specified */
 #endif /* DEBUG */
 
+
+/*============================================================*/
+/*                       CONSTANTS                            */
+/*============================================================*/
+
+#define DIAMETER_PORT		3868
+#define DIAMETER_SECURE_PORT	3869
+
+
 /*============================================================*/
 /*                          INIT                              */
 /*============================================================*/
"Welcome to our mercurial repository"