[QUESTION] SCTP session free always timeout #1707
Unanswered
LiangFang001
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We ran this sample on the Raspberry Pi platform.
Each time the stream was closed, there was always 2s timeout in
freeSctpSession
to waitSCTP_SESSION_SHUTDOWN_COMPLETED
.It seems that
onSctpOutboundPacket
isn't be called afterusrsctp_shutdown
/usrsctp_close
.SCTP session needs to wait three way handshake completed, and
onSctpOutboundPacket
should be called before sctp session fully destroyed.Why does the above issue happen?
Beta Was this translation helpful? Give feedback.
All reactions