- 4b7024b Revert "dcsctp: Use rtc::CopyOnWriteBuffer" by Victor Boivie · 3 years, 3 months ago
- 2db59a6 dcsctp: Use rtc::CopyOnWriteBuffer by Victor Boivie · 3 years, 4 months ago
- ec19d5e dcsctp: Don't run network tests with TSAN or MSAN 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, 6 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
- 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
- 54e4e35 dcsctp: Add consistency check for assembled msgs by Victor Boivie · 3 years, 6 months ago
- 3b08fe3 dssctp: support socket handover in StreamResetHandler by Sergey Sukhanov · 3 years, 6 months ago
- cfee054 dcsctp: Refactor socket test to allow recreation of the sockets. by Sergey Sukhanov · 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, 7 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
- 14ef633 dcsctp: Don't send small packets when cwnd full 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
- d4716ea dcsctp: Add metrics support by Victor Boivie · 3 years, 7 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
- 8bd26e1 dcsctp: Only reset paused streams when peer acks by Victor Boivie · 3 years, 8 months ago
- c20f156 dcsctp: Don't sent more packets before COOKIE ACK by Victor Boivie · 3 years, 9 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
- 2440d34 dcsctp: Rename FCFSSendQueue to RRSendQueue 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
- 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
- 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
- b7854e4 Enable GN check on //net. by Mirko Bonadei · 3 years, 10 months ago
- 6072275 dcsctp: Add missing target dependencies by Florent Castelli · 3 years, 11 months ago
- b6580cc dcsctp: Add Socket by Victor Boivie · 3 years, 11 months ago
- 2150956 dcsctp: Add Transmission Control Block by Victor Boivie · 3 years, 11 months ago
- 322f911 dcsctp: Add Stream Reset Handler by Victor Boivie · 3 years, 11 months ago
- b9bdf64 dcsctp: Add Heartbeat Handler by Victor Boivie · 3 years, 11 months ago
- e1d60b0 dcsctp: Add Context by Victor Boivie · 3 years, 11 months ago