changeset 2:9cd6c787c9d4

Cleanup up the comments in the files
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 18 Jun 2010 10:37:35 +0900
parents 68698a98191c
children 0e343724004b
files conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf conf/serv.simple.testbed.aaa/freeDiameter/test_app.conf
diffstat 2 files changed, 6 insertions(+), 45 deletions(-) [+]
line wrap: on
line diff
--- a/conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf	Thu Jun 17 11:46:14 2010 +0900
+++ b/conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf	Fri Jun 18 10:37:35 2010 +0900
@@ -1,56 +1,16 @@
-# This is a sample configuration file for freeDiameter daemon.
-
-##############################################################
-#Identity = "aaa.koganei.wide.ad.jp";
-#Realm = "wide.ad.jp";
-
-##############################################################
-#Port = 3868;
-#SecPort = 3869;
-#TLS_old_method;
-#No_TCP;
-#No_SCTP;
-#Prefer_TCP;
-#SCTP_streams = 30;
+# Limit number of streams to avoid flooding the logs.
 SCTP_streams = 3;
 
-##############################################################
-#No_IP;
-#No_IPv6;
-#ListenOn = "202.249.37.5";
-#ListenOn = "2001:200:903:2::202:1";
-#ListenOn = "fe80::21c:5ff:fe98:7d62%eth0";
-
-##############################################################
 TLS_Cred = "/root/ca_data/cert.pem" , "/root/ca_data/privkey.pem";
 TLS_CA = "/root/ca_data/ca.pem";
-# TLS_CRL = "/root/ca_data/crl.pem";
-
-#TLS_Prio = "NORMAL";
-#TLS_DH_Bits = 1024;
-
-##############################################################
-#TcTimer = 30;
-#TwTimer = 30;
-
-##############################################################
+# In the simplest testbed we don't need relay capability
 NoRelay;
 
-##############################################################
-#LoadExtension = "/path/to/extension" [ : "/optional/configuration/file" ] ;
-
-##############################################################
-#ConnectPeer = "diameterid" [ params... ] ;
-#   params: No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method; No_TLS;
-#           Port = 3868; TcTimer = 30; TwTimer = 30; ConnectTo = "202.249.37.5"; TLS_Prio = "NORMAL";
-
-
-##############################################################
-# -------- Test configuration ---------
-
+# Monitor the state of the application easily
 LoadExtension = "/root/freeDiameter/extensions/dbg_monitor.fdx";
+# The application we are running.
 LoadExtension = "/root/freeDiameter/extensions/test_app.fdx" 
 		: "/root/conf/freeDiameter/test_app.conf";
-
+# Connect only to the client.
 ConnectPeer = "cli.simple.testbed.aaa" ;
 
--- a/conf/serv.simple.testbed.aaa/freeDiameter/test_app.conf	Thu Jun 17 11:46:14 2010 +0900
+++ b/conf/serv.simple.testbed.aaa/freeDiameter/test_app.conf	Fri Jun 18 10:37:35 2010 +0900
@@ -1,1 +1,2 @@
+# This side is server, there is not much to configure...
 mode = server;
"Welcome to our mercurial repository"