Commit b93fbd7c authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5442 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a3cdc502
...@@ -13,6 +13,7 @@ TLS_CA = "/usr/local/etc/freeDiameter/cacert.pem"; ...@@ -13,6 +13,7 @@ TLS_CA = "/usr/local/etc/freeDiameter/cacert.pem";
# Default : TCP enabled # Default : TCP enabled
No_TCP; No_TCP;
#No_SCTP; #No_SCTP;
No_IPv6;
# Limit the number of SCTP streams # Limit the number of SCTP streams
SCTP_streams = 15; SCTP_streams = 15;
...@@ -21,7 +22,7 @@ NoRelay; ...@@ -21,7 +22,7 @@ NoRelay;
TLS_old_method; TLS_old_method;
AppServThreads = 1; AppServThreads = 1;
ListenOn = "192.168.60.145"; #ListenOn = "192.168.57.100";
# -------- Extensions --------- # -------- Extensions ---------
...@@ -60,4 +61,4 @@ LoadExtension = "dict_s6a.fdx"; ...@@ -60,4 +61,4 @@ LoadExtension = "dict_s6a.fdx";
# For only accepting incoming connections, see the acl_wl.fx extension. # For only accepting incoming connections, see the acl_wl.fx extension.
# ConnectPeer = "hss.test.fr" { ConnectTo = "192.168.56.101"; No_IPv6; No_TCP; Port = 3868; Realm = "test.fr"; }; # ConnectPeer = "hss.test.fr" { ConnectTo = "192.168.56.101"; No_IPv6; No_TCP; Port = 3868; Realm = "test.fr"; };
# ConnectPeer = "hss.test.fr" { ConnectTo = "192.168.56.1"; No_TLS; }; # ConnectPeer = "hss.eur" { ConnectTo = "192.168.12.190"; No_IPv6; Port = 3868; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment