Line | |
---|
1 | # Limit number of streams to avoid flooding the logs. |
---|
2 | SCTP_streams = 3; |
---|
3 | |
---|
4 | TLS_Cred = "/root/ca_data/cert.pem" , "/root/ca_data/privkey.pem"; |
---|
5 | TLS_CA = "/root/ca_data/ca.pem"; |
---|
6 | # In the simplest testbed we don't need relay capability |
---|
7 | NoRelay; |
---|
8 | |
---|
9 | # Monitor the state of the application easily |
---|
10 | LoadExtension = "/root/freeDiameter/extensions/dbg_monitor.fdx"; |
---|
11 | # The application we are running. |
---|
12 | LoadExtension = "/root/freeDiameter/extensions/test_app.fdx" |
---|
13 | : "/root/conf/freeDiameter/test_app.conf"; |
---|
14 | # Connect only to the client. |
---|
15 | ConnectPeer = "cli.simple.testbed.aaa" ; |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.