aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2013-02-09 23:12:13 +0100
committerAnders Svensson <[email protected]>2013-02-10 05:10:55 +0100
commit3617c023726d0c21b7e651cefa4709b640b88b79 (patch)
treed8e82749acaa7ac96cbd99138e0cfacd461d9583 /lib
parent34c1a5a26d54cc30d3f666a8cbe92bee66573072 (diff)
downloadotp-3617c023726d0c21b7e651cefa4709b640b88b79.tar.gz
otp-3617c023726d0c21b7e651cefa4709b640b88b79.tar.bz2
otp-3617c023726d0c21b7e651cefa4709b640b88b79.zip
Comment fix
Diffstat (limited to 'lib')
-rw-r--r--lib/diameter/src/transport/diameter_sctp.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/src/transport/diameter_sctp.erl b/lib/diameter/src/transport/diameter_sctp.erl
index b80430a2e1..8b8c2a6694 100644
--- a/lib/diameter/src/transport/diameter_sctp.erl
+++ b/lib/diameter/src/transport/diameter_sctp.erl
@@ -484,8 +484,8 @@ transition({diameter, {close, Pid}}, #transport{parent = Pid}) ->
%% TLS over SCTP is described in RFC 3436 but has limitations as
%% described in RFC 6083. The latter describes DTLS over SCTP, which
%% addresses these limitations, DTLS itself being described in RFC
-%% 4347. TLS is primarily used over TCP, which the current RFC 3588
-%% draft acknowledges by equating TLS with TLS/TCP and DTLS/SCTP.
+%% 4347. TLS is primarily used over TCP, which RFC 6733 acknowledges
+%% by equating TLS with TLS/TCP and DTLS/SCTP.
transition({diameter, {tls, _Ref, _Type, _Bool}}, _) ->
stop;