# HG changeset patch # User Sebastien Decugis # Date 1276825055 -32400 # Node ID 9cd6c787c9d4b001cd86f306c4d35a7e8f377639 # Parent 68698a98191cc2821d4309ae22c1161878d3db6e Cleanup up the comments in the files diff -r 68698a98191c -r 9cd6c787c9d4 conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf --- 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" ; diff -r 68698a98191c -r 9cd6c787c9d4 conf/serv.simple.testbed.aaa/freeDiameter/test_app.conf --- 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;