summaryrefslogtreecommitdiffstats
path: root/src/sctp_core.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/sctp_core.erl')
-rw-r--r--src/sctp_core.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sctp_core.erl b/src/sctp_core.erl
index 2cd8b95..46b1d0d 100644
--- a/src/sctp_core.erl
+++ b/src/sctp_core.erl
@@ -183,7 +183,8 @@ handle_info({sctp, Socket, _RemoteIp, _RemotePort, {ANC, SAC}},
_ ->
NewState = idle
end;
- SacState == addr_unreachable ->
+ SacState == addr_unreachable;
+ SacState == cant_assoc ->
case LoopDat#sctp_state.role of
active ->
NewState = associating,