When I use the usrsctp library (latest, submission point: fd070e0) to send large files, I first call usrsctp_sendv to send 4 times, then wait for the SCTP_SENDER_DRY_EVENT event callback, and then send 4 more times. The process repeats this way, but there is an SCTP_SENDER_DRY_EVENT event that has not been callback back, and the link has not been disconnected. The last data sent has already been received by the other end. This is why the SCTP_SENDER_DRY_EVENT event has not been callback back? How should we handle it?
When I use the usrsctp library (latest, submission point: fd070e0) to send large files, I first call usrsctp_sendv to send 4 times, then wait for the SCTP_SENDER_DRY_EVENT event callback, and then send 4 more times. The process repeats this way, but there is an SCTP_SENDER_DRY_EVENT event that has not been callback back, and the link has not been disconnected. The last data sent has already been received by the other end. This is why the SCTP_SENDER_DRY_EVENT event has not been callback back? How should we handle it?