aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2015-03-21 18:44:29 +0100
committerAnders Svensson <[email protected]>2015-03-24 10:57:03 +0100
commitd6de8b13a37bc454f6d5a425cdaff6a114b4168c (patch)
treedec63a66951170c2dd8c9ec4f94e69a395668601
parent23cd65b80b395ad83e69618989ccc0bef13edd0a (diff)
downloadotp-d6de8b13a37bc454f6d5a425cdaff6a114b4168c.tar.gz
otp-d6de8b13a37bc454f6d5a425cdaff6a114b4168c.tar.bz2
otp-d6de8b13a37bc454f6d5a425cdaff6a114b4168c.zip
Set {restrict_connections, false} in example server
Since there's no reason to reject a client that wants to establish multiple connections, given that diameter can handle it.
-rw-r--r--lib/diameter/examples/code/server.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/diameter/examples/code/server.erl b/lib/diameter/examples/code/server.erl
index 0de94018f9..b292c7afdb 100644
--- a/lib/diameter/examples/code/server.erl
+++ b/lib/diameter/examples/code/server.erl
@@ -53,6 +53,7 @@
{'Vendor-Id', 193},
{'Product-Name', "Server"},
{'Auth-Application-Id', [0]},
+ {restrict_connections, false},
{string_decode, false},
{application, [{alias, common},
{dictionary, diameter_gen_base_rfc6733},