1. 4b7024b Revert "dcsctp: Use rtc::CopyOnWriteBuffer" by Victor Boivie · 3 years, 3 months ago
  2. 2db59a6 dcsctp: Use rtc::CopyOnWriteBuffer by Victor Boivie · 3 years, 4 months ago
  3. ec19d5e dcsctp: Don't run network tests with TSAN or MSAN by Victor Boivie · 3 years, 5 months ago
  4. 3179fb2 dcsctp: Avoid integer overflow in HEARTBEAT-ACK v2 by Victor Boivie · 3 years, 5 months ago
  5. 5755f3e dcsctp: Add sequence checker to socket by Victor Boivie · 3 years, 6 months ago
  6. 82ccdd3 dcsctp: Add network/throughput tests by Victor Boivie · 3 years, 6 months ago
  7. 15a0c88 dcsctp: Ensure callbacks are always triggered by Victor Boivie · 3 years, 6 months ago
  8. 0081f1c dcsctp: Refactor CallbackDeferrer by Victor Boivie · 3 years, 6 months ago
  9. f4fa166 dcsctp: Detect the peer SCTP implementation by Victor Boivie · 3 years, 6 months ago
  10. f75f9c2 dcsctp: Avoid integer overflow in HEARTBEAT-ACK by Victor Boivie · 3 years, 6 months ago
  11. 7243532 dcsctp: hand over RRSendQueue streams state by Sergey Sukhanov · 3 years, 6 months ago
  12. 9d2b3cb dcsctp: enabled handover in test SendManyFragmentedMessagesWithLimitedRtx by Sergey Sukhanov · 3 years, 6 months ago
  13. d92f8a8 dcsctp: move HandoverReadinessStatus::ToString definition to build target public:socket by Sergey Sukhanov · 3 years, 6 months ago
  14. 3852698 dcsctp: support handover state serialization testing by Sergey Sukhanov · 3 years, 6 months ago
  15. 4397281 dcsctp: implement socket handover in the DcSctpSocket class and expose the functionality in the API by Sergey Sukhanov · 3 years, 6 months ago
  16. 54e4e35 dcsctp: Add consistency check for assembled msgs by Victor Boivie · 3 years, 6 months ago
  17. 3b08fe3 dssctp: support socket handover in StreamResetHandler by Sergey Sukhanov · 3 years, 6 months ago
  18. cfee054 dcsctp: Refactor socket test to allow recreation of the sockets. by Sergey Sukhanov · 3 years, 6 months ago
  19. cebbff7 dcsctp: Specify the max timer backoff duration by Victor Boivie · 3 years, 6 months ago
  20. 9680d29 dcsctp: Support unlimited max_retransmissions by Victor Boivie · 3 years, 7 months ago
  21. 0ca62e3 dcsctp: Avoid bundling FORWARD-TSN and DATA chunks by Victor Boivie · 3 years, 7 months ago
  22. 3ec9e03 dcsctp: Removing all references to unordered_map by Victor Boivie · 3 years, 7 months ago
  23. 14ef633 dcsctp: Don't send small packets when cwnd full by Victor Boivie · 3 years, 7 months ago
  24. abf6188 dcsctp: Add PacketSender by Victor Boivie · 3 years, 7 months ago
  25. 600bb8c dcsctp: Migrating to using absl::bind_front by Victor Boivie · 3 years, 7 months ago
  26. 8df32eb dcsctp: Add API to indicate packet send status by Victor Boivie · 3 years, 7 months ago
  27. e0fb45c dcsctp: Add burst limiter for sent packets by Victor Boivie · 3 years, 7 months ago
  28. d4716ea dcsctp: Add metrics support by Victor Boivie · 3 years, 7 months ago
  29. bf15e56 dcsctp: Abandon chunks consistently by Victor Boivie · 3 years, 8 months ago
  30. 813a087 dcsctp: Add packet capture support in unit tests by Victor Boivie · 3 years, 8 months ago
  31. 8bd26e1 dcsctp: Only reset paused streams when peer acks by Victor Boivie · 3 years, 8 months ago
  32. c20f156 dcsctp: Don't sent more packets before COOKIE ACK by Victor Boivie · 3 years, 9 months ago
  33. 5429d71 dcsctp: Allow heartbeats to be disabled by Victor Boivie · 3 years, 10 months ago
  34. 236ac50 dcsctp: Add public API for BufferedAmountLow by Victor Boivie · 3 years, 10 months ago
  35. bd9031b dcsctp: Add OnTotalBufferedAmountLow in Send Queue by Victor Boivie · 3 years, 10 months ago
  36. 791adaf dcsctp: Add OnBufferedAmountLow in Send Queue by Victor Boivie · 3 years, 10 months ago
  37. 2440d34 dcsctp: Rename FCFSSendQueue to RRSendQueue by Victor Boivie · 3 years, 10 months ago
  38. 50a0b12 dcsctp: Avoid transition back to ShutdownPending by Victor Boivie · 3 years, 10 months ago
  39. d3b186e dcsctp: Support message with low lifetime by Victor Boivie · 3 years, 10 months ago
  40. 914925f dcsctp: Don't access TCB when the socket is closed by Victor Boivie · 3 years, 10 months ago
  41. f95536d dcsctp: Stop connection timers during shutdown by Victor Boivie · 3 years, 10 months ago
  42. 3dadf8b dcsctp: Log socket name also in callbacks by Victor Boivie · 3 years, 10 months ago
  43. 59b8028 dcsctp: Refactor unit tests by Victor Boivie · 3 years, 10 months ago
  44. 1d2fa9a dcsctp: Expire timers just before triggering them by Victor Boivie · 3 years, 10 months ago
  45. 0810b05 dcsctp: Add SetMaxMessageSize() to socket by Florent Castelli · 3 years, 10 months ago
  46. b7854e4 Enable GN check on //net. by Mirko Bonadei · 3 years, 10 months ago
  47. 6072275 dcsctp: Add missing target dependencies by Florent Castelli · 3 years, 11 months ago
  48. b6580cc dcsctp: Add Socket by Victor Boivie · 3 years, 11 months ago
  49. 2150956 dcsctp: Add Transmission Control Block by Victor Boivie · 3 years, 11 months ago
  50. 322f911 dcsctp: Add Stream Reset Handler by Victor Boivie · 3 years, 11 months ago
  51. b9bdf64 dcsctp: Add Heartbeat Handler by Victor Boivie · 3 years, 11 months ago
  52. e1d60b0 dcsctp: Add Context by Victor Boivie · 3 years, 11 months ago