sctp_core: handle shutdown_comp sctp event.

This commit is contained in:
Harald Welte 2013-07-27 15:01:22 +08:00
parent c3cc853c6e
commit 7266d7e032
1 changed files with 1 additions and 0 deletions

View File

@ -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 ->