diff doc/freediameter.conf.sample @ 22:0b3b46da2c12

Progress on server code
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 19 Oct 2009 18:43:09 +0900
parents bef197f6826f
children db6c40b8b307
line wrap: on
line diff
--- a/doc/freediameter.conf.sample	Thu Oct 08 20:05:16 2009 +0900
+++ b/doc/freediameter.conf.sample	Mon Oct 19 18:43:09 2009 +0900
@@ -183,11 +183,11 @@
 #  No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method;
 #  No_TLS;       # assume transparent security instead of TLS
 #  Port = 3868;  # The port to connect to
-#  SCTP_streams = 30;
 #  TcTimer = 30;
 #  TwTimer = 30;
 #  ConnectTo = "202.249.37.5";
 #  ConnectTo = "2001:200:903:2::202:1";
+#  TLS_Prio = "NORMAL";
 # Examples:
 #ConnectPeer = "aaa.wide.ad.jp";
 #ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; } ;
@@ -200,11 +200,11 @@
 Port = 3866;
 SecPort = 3867;
 TLS_old_method;
-No_IP;
+No_SCTP;
 Prefer_TCP;
 SCTP_streams = 50;
-ListenOn = "202.249.37.5";
-ListenOn = "2001:200:903:2::202:1";
+#ListenOn = "202.249.37.5";
+#ListenOn = "2001:200:903:2::202:1";
 TcTimer = 60;
 TwTimer = 6;
 NoRelay;
@@ -212,7 +212,7 @@
 LoadExtension = "extensions/dict_nasreq.fdx";
 LoadExtension = "extensions/dict_eap.fdx";
 ConnectPeer = "jules.nautilus6.org" ;
-ConnectPeer = "aaa.nautilus6.org" { No_TLS; No_IP; No_TCP; SCTP_streams = 60; } ;
+ConnectPeer = "aaa.nautilus6.org" { No_TLS; No_IP; } ;
 TLS_Cred = "/etc/openssl-ca/clients/certs/test.cert" , "/etc/openssl-ca/clients/privkeys/test.key.pem";
 TLS_CA = "/etc/openssl-ca/public-www/cacert.pem";
 # TLS_CRL = "/etc/openssl-ca/public-www/crl.pem";
"Welcome to our mercurial repository"