summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sctp_core.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sctp_core.erl b/src/sctp_core.erl
index 654114b..9506be2 100644
--- a/src/sctp_core.erl
+++ b/src/sctp_core.erl
@@ -203,6 +203,7 @@ handle_info({sctp, Socket, _RemoteIp, _RemotePort, {ANC, SAC}},
NewState = idle
end;
SacState == addr_unreachable;
+ SacState == shutdown_comp;
SacState == cant_assoc ->
case LoopDat#sctp_state.role of
active ->