Usrsctp send buffer does not free itself

1 answer


It is difficult to answer such a question straight away. I would start looking into wireshark traces to make sure that your remote side (JS page) is actually validating the data you are sending (for example if chunks of SACK are sent back) and what is the value of the received buffer (a_rwnd) specified in those SACKs. This may not be a problem on your side, but you only get EWOULDBLOCKS because the SCTP originating side cannot clear the data from the buffers because it is still waiting for a delivery confirmation from the remote end. Please provide more details about your case, also provide sample code for your JS page if possible.



+1


source







All Articles