- 5c9b7da Add missing dependencies. by Mirko Bonadei · 2 years, 6 months ago
- 9ce37cc dcsctp: Specify an initial RTT by Victor Boivie · 2 years, 7 months ago
- c8680c5 dcsctp: Generate lifecycle events by Victor Boivie · 2 years, 9 months ago
- 4a93da3 dcsctp: Report acked/abandoned messages when acked by Victor Boivie · 2 years, 9 months ago
- 4f15246 dcsctp: Support lifecycle events in send queue by Victor Boivie · 2 years, 9 months ago
- b5754b0 dcsctp: Refactor OutstandingData by Victor Boivie · 2 years, 9 months ago
- 00c6142 dcsctp: Refactor send queue (2/2) by Victor Boivie · 2 years, 9 months ago
- 8967672 dcsctp: Refactor send queue (1/2) by Victor Boivie · 2 years, 9 months ago
- 2cffde7 dcsctp: Restore from handover as separate methods by Victor Boivie · 2 years, 9 months ago
- a2476e3 dcsctp: Enable message interleaving by Victor Boivie · 2 years, 9 months ago
- e39f1b5 dcsctp: Add priority support to send queue by Victor Boivie · 2 years, 9 months ago
- 3bd0f86 Reland "dcsctp: Use stream scheduler in send queue" by Victor Boivie · 2 years, 9 months ago
- c8e8e76 dcsctp: Restart T3-RTX on fast rtx of lowest TSN by Victor Boivie · 2 years, 10 months ago
- 5df960d Revert "dcsctp: Use stream scheduler in send queue" by Victor Boivie · 2 years, 10 months ago
- d729d12 dcsctp: Use stream scheduler in send queue by Victor Boivie · 2 years, 10 months ago
- d701863 dcsctp: Add virtual time stream scheduler by Victor Boivie · 2 years, 10 months ago
- 0e230fd dcsctp: Refactor Send Queue by Victor Boivie · 2 years, 10 months ago
- 7726b7d dcsctp: Abandon chunks marked for fast retransmit by Victor Boivie · 2 years, 10 months ago
- 7e897ae dcsctp: Add public API for setting priorities by Victor Boivie · 2 years, 10 months ago
- 51e5bac Revert "dcsctp: Add public API for setting priorities" by Björn Terelius · 2 years, 10 months ago
- 17a02a3 dcsctp: Add public API for setting priorities by Victor Boivie · 2 years, 10 months ago
- d7fd0f9 dcsctp: Handle rapid closing of streams by Victor Boivie · 2 years, 11 months ago
- 5e354d9 dcsctp: Improve fast retransmission support by Victor Boivie · 2 years, 11 months ago
- a5fecb3 dcsctp: Add proper fast retransmission support by Victor Boivie · 2 years, 11 months ago
- 8ec4a2e dcsctp: Refactor chunk lifecycle state flag by Victor Boivie · 3 years ago
- 01a0db2 dcsctp: Don't re-nack a fragment until sent again by Victor Boivie · 3 years ago
- c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 3 years ago
- 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
- 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
- 8beccd5 dcsctp: Remove limit of message fragmentation by Victor Boivie · 3 years ago
- fbf0ac0 dcsctp: Clarify current behavior of stream reset by Victor Boivie · 3 years ago
- 0cfaa61 dcsctp: Add test case for pending paused streams by Victor Boivie · 3 years ago
- 9848890 dcsctp: Remove handover_state from RRSendQueue by Victor Boivie · 3 years, 1 month ago
- b951dc6 Allow specifying delayed task precision of dcsctp::Timer. by Henrik Boström · 3 years, 2 months ago
- 29159ca dcsctp: Use c++17 structured bindings by Victor Boivie · 3 years, 2 months ago
- 4b7024b Revert "dcsctp: Use rtc::CopyOnWriteBuffer" by Victor Boivie · 3 years, 4 months ago
- 2db59a6 dcsctp: Use rtc::CopyOnWriteBuffer by Victor Boivie · 3 years, 4 months ago
- 42a850d dcsctp: Use strong type for MaxRetransmits by Victor Boivie · 3 years, 5 months ago
- 71604eb dcsctp: Refactor out OutstandingData by Victor Boivie · 3 years, 5 months ago
- 7bb853f dcsctp: Remove debug-log-only TSN collection by Victor Boivie · 3 years, 5 months ago
- 3f981ee dcsctp: Support zero window probing by Victor Boivie · 3 years, 6 months ago
- adfe54c dcsctp: Remove the TCP style cwnd doubling by Victor Boivie · 3 years, 6 months ago
- d68f18e dcsctp: Allow specifying minimum RTT variance by Victor Boivie · 3 years, 6 months ago
- 7d7afc6 dcsctp: Fix accidental re-use of variable by Victor Boivie · 3 years, 6 months ago
- 7243532 dcsctp: hand over RRSendQueue streams state by Sergey Sukhanov · 3 years, 6 months ago
- 3852698 dcsctp: support handover state serialization testing by Sergey Sukhanov · 3 years, 6 months ago
- 25b5e08 dcsctp: implement congestion control errata by Victor Boivie · 3 years, 7 months ago
- 80e96de dcsctp: Add more consistency checks by Victor Boivie · 3 years, 7 months ago
- 8f486f9 dcsctp: support socket handover in RetransmissionQueue by Sergey Sukhanov · 3 years, 7 months ago
- 3ed2b8d dcsctp: Use integer math in RTO calculations by Victor Boivie · 3 years, 7 months ago
- 9680d29 dcsctp: Support unlimited max_retransmissions by Victor Boivie · 3 years, 7 months ago
- 3ec9e03 dcsctp: Removing all references to unordered_map by Victor Boivie · 3 years, 7 months ago
- 14ef633 dcsctp: Don't send small packets when cwnd full by Victor Boivie · 3 years, 8 months ago
- be9281b dcsctp: Increase cwnd by serialized chunk size by Victor Boivie · 3 years, 8 months ago
- d912446 dcsctp: Refactor chunk acking by Victor Boivie · 3 years, 8 months ago
- 82ea522 dcsctp: Track the number of inflight DATA items by Victor Boivie · 3 years, 8 months ago
- bf15e56 dcsctp: Abandon chunks consistently by Victor Boivie · 3 years, 9 months ago
- 8bd26e1 dcsctp: Only reset paused streams when peer acks by Victor Boivie · 3 years, 9 months ago
- 1c7ff0d dcsctp: Stay in stream if not producing fragment by Victor Boivie · 3 years, 10 months ago
- 803fdc4 dcsctp: Stay within stream while producing from it by Victor Boivie · 3 years, 10 months ago
- 7b4fd5c dcsctp: Determine chunks to be retransmitted fast by Victor Boivie · 3 years, 10 months ago
- c48a49c dcsctp: Find out quickly if to send FORWARD-TSN by Victor Boivie · 3 years, 10 months ago
- 236ac50 dcsctp: Add public API for BufferedAmountLow by Victor Boivie · 3 years, 10 months ago
- bd9031b dcsctp: Add OnTotalBufferedAmountLow in Send Queue by Victor Boivie · 3 years, 10 months ago
- 791adaf dcsctp: Add OnBufferedAmountLow in Send Queue by Victor Boivie · 3 years, 10 months ago
- 7d2e669 dcsctp: Allocate TSN for end of abandoned message by Victor Boivie · 3 years, 10 months ago
- 9700d88 dcsctp: Avoid recalculation of outstanding bytes by Victor Boivie · 3 years, 10 months ago
- 93faab1 dcsctp: Implement Round Robin scheduler by Victor Boivie · 3 years, 10 months ago
- 2440d34 dcsctp: Rename FCFSSendQueue to RRSendQueue by Victor Boivie · 3 years, 10 months ago
- 32ee3b8 dcsctp: Ensure RTO is always greater than RTT by Victor Boivie · 3 years, 10 months ago
- d3b186e dcsctp: Support message with low lifetime by Victor Boivie · 3 years, 11 months ago
- 3371638 dcsctp: Use correct log severity by Victor Boivie · 4 years ago
- b7854e4 Enable GN check on //net. by Mirko Bonadei · 4 years ago
- 6072275 dcsctp: Add missing target dependencies by Florent Castelli · 4 years ago
- 03e912a dcsctp: Add Retransmission Queue by Victor Boivie · 4 years ago
- 27e50cc dcsctp: Add Retransmission Timeout by Victor Boivie · 4 years ago
- f8476cc dcsctp: Add Retransmission Error Counter by Victor Boivie · 4 years ago
- 762f21c dcsctp: Add Send Queue by Victor Boivie · 4 years ago