You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the upcall handler, we need to use usrsctp_recvv to retrieve the next message once the SCTP_EVENT_READ has been raised. In order to optimise memory allocation, can we get a function that returns the size of the message we would receive in the next usrsctp_recvv call?
When using the upcall handler, we need to use
usrsctp_recvv
to retrieve the next message once theSCTP_EVENT_READ
has been raised. In order to optimise memory allocation, can we get a function that returns the size of the message we would receive in the nextusrsctp_recvv
call?See the discussion in NEAT-project#4 for details.
The text was updated successfully, but these errors were encountered: