- 4b7024b Revert "dcsctp: Use rtc::CopyOnWriteBuffer" by Victor Boivie · 3 years, 3 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, 4 months ago
- d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
- 42a850d dcsctp: Use strong type for MaxRetransmits by Victor Boivie · 3 years, 4 months ago
- 71604eb dcsctp: Refactor out OutstandingData by Victor Boivie · 3 years, 5 months ago
- ec19d5e dcsctp: Don't run network tests with TSAN or MSAN 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, 5 months ago
- ab9ed5c dcsctp: Fixed minor typo by Victor Boivie · 3 years, 5 months ago
- 3179fb2 dcsctp: Avoid integer overflow in HEARTBEAT-ACK v2 by Victor Boivie · 3 years, 5 months ago
- 5755f3e dcsctp: Add sequence checker to socket by Victor Boivie · 3 years, 5 months ago
- 82ccdd3 dcsctp: Add network/throughput tests by Victor Boivie · 3 years, 6 months ago
- 15a0c88 dcsctp: Ensure callbacks are always triggered by Victor Boivie · 3 years, 6 months ago
- 0081f1c dcsctp: Refactor CallbackDeferrer by Victor Boivie · 3 years, 6 months ago
- f4fa166 dcsctp: Detect the peer SCTP implementation by Victor Boivie · 3 years, 6 months ago
- f75f9c2 dcsctp: Avoid integer overflow in HEARTBEAT-ACK 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
- b918230 Move StrongAlias to rtc_base by Victor Boivie · 3 years, 6 months ago
- 7243532 dcsctp: hand over RRSendQueue streams state by Sergey Sukhanov · 3 years, 6 months ago
- 9d2b3cb dcsctp: enabled handover in test SendManyFragmentedMessagesWithLimitedRtx by Sergey Sukhanov · 3 years, 6 months ago
- d92f8a8 dcsctp: move HandoverReadinessStatus::ToString definition to build target public:socket by Sergey Sukhanov · 3 years, 6 months ago
- 3852698 dcsctp: support handover state serialization testing by Sergey Sukhanov · 3 years, 6 months ago
- 4397281 dcsctp: implement socket handover in the DcSctpSocket class and expose the functionality in the API by Sergey Sukhanov · 3 years, 6 months ago
- 25b5e08 dcsctp: implement congestion control errata by Victor Boivie · 3 years, 6 months ago
- 80e96de dcsctp: Add more consistency checks by Victor Boivie · 3 years, 6 months ago
- 54e4e35 dcsctp: Add consistency check for assembled msgs by Victor Boivie · 3 years, 6 months ago
- fed091e dcsctp: Move last_assembled_tsn_watermark further by Victor Boivie · 3 years, 6 months ago
- 3b08fe3 dssctp: support socket handover in StreamResetHandler by Sergey Sukhanov · 3 years, 6 months ago
- 8f486f9 dcsctp: support socket handover in RetransmissionQueue by Sergey Sukhanov · 3 years, 6 months ago
- 9c1657c dcsctp: support socket handover in ReassemblyQueue by Sergey Sukhanov · 3 years, 6 months ago
- 225cd47 dcsctp: implement handover in DataTracker by Sergey Sukhanov · 3 years, 6 months ago
- ad6b7a7 dcsctp: introduce handover API types and implement it for streams by Sergey Sukhanov · 3 years, 6 months ago
- 3ed2b8d dcsctp: Use integer math in RTO calculations by Victor Boivie · 3 years, 6 months ago
- cfee054 dcsctp: Refactor socket test to allow recreation of the sockets. by Sergey Sukhanov · 3 years, 6 months ago
- 2e78f09 dcsctp: Increase RTO limits by Victor Boivie · 3 years, 6 months ago
- cebbff7 dcsctp: Specify the max timer backoff duration by Victor Boivie · 3 years, 6 months ago
- 9680d29 dcsctp: Support unlimited max_retransmissions by Victor Boivie · 3 years, 6 months ago
- 0ca62e3 dcsctp: Avoid bundling FORWARD-TSN and DATA chunks by Victor Boivie · 3 years, 7 months ago
- 3ec9e03 dcsctp: Removing all references to unordered_map by Victor Boivie · 3 years, 7 months ago
- 923d2c2 dcsctp: fixed grammar in one comment, added comment regarding the threading contract by Sergey Sukhanov · 3 years, 7 months ago
- 14ef633 dcsctp: Don't send small packets when cwnd full by Victor Boivie · 3 years, 7 months ago
- be9281b dcsctp: Increase cwnd by serialized chunk size by Victor Boivie · 3 years, 7 months ago
- d912446 dcsctp: Refactor chunk acking by Victor Boivie · 3 years, 7 months ago
- abf6188 dcsctp: Add PacketSender by Victor Boivie · 3 years, 7 months ago
- 600bb8c dcsctp: Migrating to using absl::bind_front by Victor Boivie · 3 years, 7 months ago
- 8df32eb dcsctp: Add API to indicate packet send status by Victor Boivie · 3 years, 7 months ago
- e0fb45c dcsctp: Add burst limiter for sent packets by Victor Boivie · 3 years, 7 months ago
- d7b7ea6 dcsctp: remove unused WritePacketHeader method by Philipp Hancke · 3 years, 7 months ago
- d4716ea dcsctp: Add metrics support by Victor Boivie · 3 years, 7 months ago
- 82ea522 dcsctp: Track the number of inflight DATA items by Victor Boivie · 3 years, 7 months ago
- 68e98fb Use backticks not vertical bars to denote variables in comments for /net by Artem Titov · 3 years, 8 months ago
- b0ed120 Update links to point at main branch by Tony Herre · 3 years, 8 months ago
- bf15e56 dcsctp: Abandon chunks consistently by Victor Boivie · 3 years, 8 months ago
- 813a087 dcsctp: Add packet capture support in unit tests by Victor Boivie · 3 years, 8 months ago
- 5e726da dcsctp: Extract logging packet observer as utility by Victor Boivie · 3 years, 8 months ago
- 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 8 months ago
- 8bd26e1 dcsctp: Only reset paused streams when peer acks by Victor Boivie · 3 years, 8 months ago
- c362eb2 dcsctp: Add mocks by Victor Boivie · 3 years, 9 months ago
- 6a11c84 dcsctp: Add DcSctpSocketFactory by Florent Castelli · 3 years, 9 months ago
- c20f156 dcsctp: Don't sent more packets before COOKIE ACK by Victor Boivie · 3 years, 9 months ago
- d579e6b dcsctp: Do explicit bounds checking in bounded IO by Victor Boivie · 3 years, 9 months ago
- b56a63e dcsctp: Prevent overflow of missing parameters by Victor Boivie · 3 years, 9 months ago
- 1c7ff0d dcsctp: Stay in stream if not producing fragment by Victor Boivie · 3 years, 9 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
- 27d2be3 dcsctp: Optimize SACK generation by Victor Boivie · 3 years, 10 months ago
- 261eec5 dcsctp: Allow more outstanding fragments by Victor Boivie · 3 years, 10 months ago
- 8267724 dcsctp: Announce send buffer watermark as a_rwnd by Victor Boivie · 3 years, 10 months ago
- 5d4c3c5 dcsctp: Add more unit tests for DataTracker by Victor Boivie · 3 years, 10 months ago
- 5429d71 dcsctp: Allow heartbeats to be disabled 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
- c09c581 dcsctp: Limit the size of generated SACK chunks 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
- 3a45d32 dcsctp: Report duplicate TSNs by Victor Boivie · 3 years, 10 months ago
- 92bd902 dcsctp: Restrict fuzzing input length by Victor Boivie · 3 years, 10 months ago
- cfa932f dcsctp: Bump rto_min to 220 ms by Victor Boivie · 3 years, 10 months ago
- a30362c dcsctp: Add socket fuzzer helper by Victor Boivie · 3 years, 10 months ago
- 50a0b12 dcsctp: Avoid transition back to ShutdownPending by Victor Boivie · 3 years, 10 months ago
- d3b186e dcsctp: Support message with low lifetime by Victor Boivie · 3 years, 10 months ago
- d247296 dcsctp: Disable TCP style slow start by Victor Boivie · 3 years, 10 months ago
- 914925f dcsctp: Don't access TCB when the socket is closed by Victor Boivie · 3 years, 10 months ago
- f95536d dcsctp: Stop connection timers during shutdown by Victor Boivie · 3 years, 10 months ago
- 3dadf8b dcsctp: Log socket name also in callbacks by Victor Boivie · 3 years, 10 months ago
- 59b8028 dcsctp: Refactor unit tests by Victor Boivie · 3 years, 10 months ago
- bb7ee95 dcsctp: Handle starting timer from timer callback by Victor Boivie · 3 years, 10 months ago
- 1d2fa9a dcsctp: Expire timers just before triggering them by Victor Boivie · 3 years, 10 months ago
- 0810b05 dcsctp: Add SetMaxMessageSize() to socket by Florent Castelli · 3 years, 10 months ago
- 3371638 dcsctp: Use correct log severity by Victor Boivie · 3 years, 10 months ago
- 1e78e95 dcsctp: Fix iOS build errors by Florent Castelli · 3 years, 10 months ago
- de88b08 dcsctp: Add TaskQueue based timeout implementation by Victor Boivie · 3 years, 10 months ago