- 8c725f3 Fix several UBsan issues with memcpy by Byoungchan Lee · 2 years, 4 months ago
- 871ad52 dcsctp: Only send packets if there is a TCB by Victor Boivie · 2 years, 5 months ago
- 9ce37cc dcsctp: Specify an initial RTT by Victor Boivie · 2 years, 5 months ago
- 5625a86 dcsctp: Handle re-received stream reset requests by Victor Boivie · 2 years, 5 months ago
- dd1eb2e dcsctp: Send buffered data directly on response by Victor Boivie · 2 years, 5 months ago
- 504198a dcsctp: Apply chunk before apply deferred reset by Victor Boivie · 2 years, 5 months ago
- e0b45c2 dcsctp: Expose negotiated stream counts by Victor Boivie · 2 years, 5 months ago
- 1b4d8ff dcsctp: Add handover state for stream counts by Victor Boivie · 2 years, 5 months ago
- 6ba4b63 Remove usage of rtc::MessageHandler in net/dcsctp by Danil Chapovalov · 2 years, 5 months ago
- 3b205da Increase precision of SimulatedTaskQueue (from ms to us). by Mirko Bonadei · 2 years, 6 months ago
- c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 2 years, 6 months ago
- ecf88f4 Migrate net/dcsctp/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 7 months ago
- c8680c5 dcsctp: Generate lifecycle events by Victor Boivie · 2 years, 8 months ago
- 4a93da3 dcsctp: Report acked/abandoned messages when acked by Victor Boivie · 2 years, 8 months ago
- 4f15246 dcsctp: Support lifecycle events in send queue by Victor Boivie · 2 years, 8 months ago
- b5754b0 dcsctp: Refactor OutstandingData by Victor Boivie · 2 years, 8 months ago
- 00c6142 dcsctp: Refactor send queue (2/2) by Victor Boivie · 2 years, 8 months ago
- 8967672 dcsctp: Refactor send queue (1/2) by Victor Boivie · 2 years, 8 months ago
- 5e21262 dcsctp: Add API for lifecycle events by Victor Boivie · 2 years, 8 months ago
- 5b2556e dcsctp: Add metric for using message interleaving by Victor Boivie · 2 years, 8 months ago
- 2cffde7 dcsctp: Restore from handover as separate methods by Victor Boivie · 2 years, 7 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
- 752436f Add dependencies on absl when they are used but undeclared by Oleh Prypin · 2 years, 7 months ago
- 3bd0f86 Reland "dcsctp: Use stream scheduler in send queue" by Victor Boivie · 2 years, 8 months ago
- c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 7 months ago
- 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 7 months ago
- c8e8e76 dcsctp: Restart T3-RTX on fast rtx of lowest TSN by Victor Boivie · 2 years, 8 months ago
- 5df960d Revert "dcsctp: Use stream scheduler in send queue" by Victor Boivie · 2 years, 8 months ago
- d729d12 dcsctp: Use stream scheduler in send queue by Victor Boivie · 2 years, 9 months ago
- d701863 dcsctp: Add virtual time stream scheduler by Victor Boivie · 2 years, 9 months ago
- 0e230fd dcsctp: Refactor Send Queue by Victor Boivie · 2 years, 9 months ago
- 2a9bed3 dcsctp: Add interleaved reassembly streams by Victor Boivie · 3 years, 9 months ago
- 71ff71b dcsctp: Reset send queue when recreating TCB by Victor Boivie · 2 years, 9 months ago
- 7726b7d dcsctp: Abandon chunks marked for fast retransmit by Victor Boivie · 2 years, 8 months ago
- 7e897ae dcsctp: Add public API for setting priorities by Victor Boivie · 2 years, 9 months ago
- 1533f09 dcsctp: Add priority to dcsctp handover state by Victor Boivie · 2 years, 8 months ago
- 51e5bac Revert "dcsctp: Add public API for setting priorities" by Björn Terelius · 2 years, 8 months ago
- 17a02a3 dcsctp: Add public API for setting priorities by Victor Boivie · 2 years, 9 months ago
- f7fc71d dcsctp: Cleanup Metrics by Victor Boivie · 2 years, 8 months ago
- 69c83cd dcsctp: Fix typo for handing I-FORWARD-TSN. by Victor Boivie · 2 years, 11 months ago
- 8c72cc1 dcsctp: Handle in-progress stream sequence numbers by Victor Boivie · 2 years, 9 months ago
- 7bd3bc1 Revert "dcsctp: Reset send queue when recreating TCB" by Björn Terelius · 2 years, 9 months ago
- 3180a5a dcsctp: Reset send queue when recreating TCB by Victor Boivie · 2 years, 9 months ago
- e3b74f8 sctp: Fix data channel closing sequence by Florent Castelli · 2 years, 9 months ago
- d7fd0f9 dcsctp: Handle rapid closing of streams by Victor Boivie · 2 years, 9 months ago
- 5e354d9 dcsctp: Improve fast retransmission support by Victor Boivie · 2 years, 9 months ago
- a5fecb3 dcsctp: Add proper fast retransmission support by Victor Boivie · 2 years, 9 months ago
- 8ec4a2e dcsctp: Refactor chunk lifecycle state flag by Victor Boivie · 2 years, 9 months ago
- 01a0db2 dcsctp: Don't re-nack a fragment until sent again by Victor Boivie · 2 years, 9 months ago
- c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 9 months ago
- ed4aadc Move copy_on_write_buffer out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
- f9c5984 Move buffer out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
- 7e11ea2 dcsctp: Correct safety tag for MaxRetransmits by Victor Boivie · 2 years, 9 months ago
- ddc2f33 Revert "dcsctp: Avoid bundling FORWARD-TSN and DATA chunks" by Victor Boivie · 2 years, 9 months ago
- a6c10e3 Move strong_alias out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
- 71337f3 Move random out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
- 8d4e9fb Remove //api:sequence_checker from public deps by Florent Castelli · 2 years, 10 months ago
- dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 2 years, 10 months ago
- 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 2 years, 10 months ago
- f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 2 years, 10 months ago
- 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 2 years, 10 months ago
- e17d111 dcsctp: Remove dependency on //rtc_base by Florent Castelli · 2 years, 10 months ago
- f9e116f dcsctp: Continue reset pending streams by Victor Boivie · 2 years, 10 months ago
- 8beccd5 dcsctp: Remove limit of message fragmentation by Victor Boivie · 2 years, 10 months ago
- fbf0ac0 dcsctp: Clarify current behavior of stream reset by Victor Boivie · 2 years, 10 months ago
- 0cfaa61 dcsctp: Add test case for pending paused streams by Victor Boivie · 2 years, 10 months ago
- 568bc23 dcsctp: Don't reassemble already received chunks by Victor Boivie · 2 years, 10 months ago
- 9848890 dcsctp: Remove handover_state from RRSendQueue by Victor Boivie · 2 years, 11 months ago
- 584b4df dcsctp: Don't deliver skipped messages by Victor Boivie · 2 years, 11 months ago
- a04b8b5 dcsctp: Handle losing first DATA on ordered stream by Victor Boivie · 2 years, 11 months ago
- eee0e33 dcsctp: Convert socket tests not to use fixtures by Victor Boivie · 2 years, 11 months ago
- 29ff3ef Reland: Make dcSCTP the default SCTP implementation by Florent Castelli · 3 years ago
- f3a381a Use kHigh timer precision for 'delayed-ack' timers. by Henrik Boström · 3 years ago
- b951dc6 Allow specifying delayed task precision of dcsctp::Timer. by Henrik Boström · 3 years ago
- 6223809 Remove top-level const from parameters in function declarations. by Ali Tofigh · 3 years ago
- 29159ca dcsctp: Use c++17 structured bindings by Victor Boivie · 3 years ago
- 46cc32d Replace ABSL_FALLTHROUGH_INTENDED with c++17 attribute by Danil Chapovalov · 3 years ago
- 4b7024b Revert "dcsctp: Use rtc::CopyOnWriteBuffer" by Victor Boivie · 3 years, 2 months ago
- 2db59a6 dcsctp: Use rtc::CopyOnWriteBuffer by Victor Boivie · 3 years, 3 months ago
- c3a1ea1 dcsctp: assert that CreateTimeout returns a usable pointer by Philipp Hancke · 3 years, 2 months ago
- d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 2 months ago
- 42a850d dcsctp: Use strong type for MaxRetransmits by Victor Boivie · 3 years, 3 months ago
- 71604eb dcsctp: Refactor out OutstandingData by Victor Boivie · 3 years, 3 months ago
- ec19d5e dcsctp: Don't run network tests with TSAN or MSAN by Victor Boivie · 3 years, 3 months ago
- 7bb853f dcsctp: Remove debug-log-only TSN collection by Victor Boivie · 3 years, 3 months ago
- 3f981ee dcsctp: Support zero window probing by Victor Boivie · 3 years, 3 months ago
- ab9ed5c dcsctp: Fixed minor typo by Victor Boivie · 3 years, 4 months ago
- 3179fb2 dcsctp: Avoid integer overflow in HEARTBEAT-ACK v2 by Victor Boivie · 3 years, 4 months ago
- 5755f3e dcsctp: Add sequence checker to socket by Victor Boivie · 3 years, 4 months ago
- 82ccdd3 dcsctp: Add network/throughput tests by Victor Boivie · 3 years, 8 months ago
- 15a0c88 dcsctp: Ensure callbacks are always triggered by Victor Boivie · 3 years, 4 months ago
- 0081f1c dcsctp: Refactor CallbackDeferrer by Victor Boivie · 3 years, 4 months ago
- f4fa166 dcsctp: Detect the peer SCTP implementation by Victor Boivie · 3 years, 4 months ago
- f75f9c2 dcsctp: Avoid integer overflow in HEARTBEAT-ACK by Victor Boivie · 3 years, 4 months ago
- adfe54c dcsctp: Remove the TCP style cwnd doubling by Victor Boivie · 3 years, 4 months ago
- d68f18e dcsctp: Allow specifying minimum RTT variance by Victor Boivie · 3 years, 4 months ago
- 7d7afc6 dcsctp: Fix accidental re-use of variable by Victor Boivie · 3 years, 4 months ago
- b918230 Move StrongAlias to rtc_base by Victor Boivie · 3 years, 4 months ago
- 7243532 dcsctp: hand over RRSendQueue streams state by Sergey Sukhanov · 3 years, 4 months ago