|
Revision tags: constraints-v0.1.0 |
|
| #
daaf05d1 |
| 02-Jan-2023 |
Moritz Borcherding <[email protected]> |
sctp: limit the bytes in the PendingQueue by using a semaphore (#367)
As discussed in #360 the pending queue can grow indefinitely if the sender writes packets faster than the association is able to
sctp: limit the bytes in the PendingQueue by using a semaphore (#367)
As discussed in #360 the pending queue can grow indefinitely if the sender writes packets faster than the association is able to transmit them.
This PR solves this by enforcing a limit on the pending queue. This blocks the sender until enough space is free.
show more ...
|
|
Revision tags: interceptor-v0.8.2, rtcp-v0.7.2, mdns-v0.5.2, v0.6.0, interceptor-v0.8.1, media-v0.5.0, data-v0.6.0, sctp-v0.7.0, srtp-v0.9.1, rtcp-v0.7.1, rtp-v0.6.8, dtls-v0.7.0, ice-v0.9.0, turn-v0.6.1, stun-v0.4.4, mdns-v0.5.1, sdp-v0.5.3, util-v0.7.0, ice-v0.8.2, v0.5.1, ice-v0.8.1, v0.5.0, data-v0.5.0, dtls-v0.6.0, ice-v0.8.0, interceptor-v0.8.0, mdns-v0.5.0, media-v0.4.7, rtcp-v0.7.0, rtp-v0.6.7, sctp-v0.6.1, sdp-v0.5.2, srtp-v0.9.0, stun-v0.4.3, turn-v0.6.0, util-v0.6.0, test-tag |
|
| #
ffe74184 |
| 23-Aug-2022 |
Martin Algesten <[email protected]> |
Move all to top level
|