From 06cb6b47b7bd9a890b0f06ecb2bf6f8102a095ac Mon Sep 17 00:00:00 2001 From: Artem Teslenko Date: Thu, 19 Sep 2013 15:28:38 +0300 Subject: Add more SCTP errors as described in RFC 4960 --- lib/kernel/src/gen_sctp.erl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/kernel/src/gen_sctp.erl b/lib/kernel/src/gen_sctp.erl index 58d84ae924..067e07304d 100644 --- a/lib/kernel/src/gen_sctp.erl +++ b/lib/kernel/src/gen_sctp.erl @@ -423,7 +423,11 @@ error_string(9) -> error_string(10) -> "Cookie Received While Shutting Down"; error_string(11) -> + "Restart of an Association with New Addresses"; +error_string(12) -> "User Initiated Abort"; +error_string(13) -> + "Protocol Violation"; %% For more info on principal SCTP error codes: phone +44 7981131933 error_string(N) when is_integer(N) -> unknown_error; -- cgit v1.2.3 From 23d132911d28206bf413b4b95a0b14e065c5e717 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Wed, 16 Oct 2013 10:29:56 +0200 Subject: Update primary bootstrap --- bootstrap/lib/kernel/ebin/gen_sctp.beam | Bin 3524 -> 3588 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/bootstrap/lib/kernel/ebin/gen_sctp.beam b/bootstrap/lib/kernel/ebin/gen_sctp.beam index 1f33d85cb2..e1384d1b5e 100644 Binary files a/bootstrap/lib/kernel/ebin/gen_sctp.beam and b/bootstrap/lib/kernel/ebin/gen_sctp.beam differ -- cgit v1.2.3