diff doc/freediameter.conf.sample @ 23:db6c40b8b307

Added some code in cnxctx.c mainly
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 20 Oct 2009 17:30:20 +0900
parents 0b3b46da2c12
children bd83ce9328ed
line wrap: on
line diff
--- a/doc/freediameter.conf.sample	Mon Oct 19 18:43:09 2009 +0900
+++ b/doc/freediameter.conf.sample	Tue Oct 20 17:30:20 2009 +0900
@@ -67,6 +67,7 @@
 # Default : listen on all addresses available.
 #ListenOn = "202.249.37.5";
 #ListenOn = "2001:200:903:2::202:1";
+#ListenOn = "fe80::21c:5ff:fe98:7d62%eth0";
 
 ##############################################################
 ##  TLS Configuration
@@ -200,13 +201,11 @@
 Port = 3866;
 SecPort = 3867;
 TLS_old_method;
-No_SCTP;
-Prefer_TCP;
 SCTP_streams = 50;
-#ListenOn = "202.249.37.5";
-#ListenOn = "2001:200:903:2::202:1";
 TcTimer = 60;
 TwTimer = 6;
+ListenOn = "133.243.146.201";
+ListenOn = "fe80::21d:9ff:fe89:7d68%eth0";
 NoRelay;
 LoadExtension = "extensions/dbg_monitor.fdx";
 LoadExtension = "extensions/dict_nasreq.fdx";
"Welcome to our mercurial repository"