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, 3 months ago
  3. c3a1ea1 dcsctp: assert that CreateTimeout returns a usable pointer by Philipp Hancke · 3 years, 4 months ago
  4. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
  5. 42a850d dcsctp: Use strong type for MaxRetransmits by Victor Boivie · 3 years, 4 months ago
  6. 71604eb dcsctp: Refactor out OutstandingData by Victor Boivie · 3 years, 5 months ago
  7. ec19d5e dcsctp: Don't run network tests with TSAN or MSAN by Victor Boivie · 3 years, 5 months ago
  8. 7bb853f dcsctp: Remove debug-log-only TSN collection by Victor Boivie · 3 years, 5 months ago
  9. 3f981ee dcsctp: Support zero window probing by Victor Boivie · 3 years, 5 months ago
  10. ab9ed5c dcsctp: Fixed minor typo by Victor Boivie · 3 years, 5 months ago
  11. 3179fb2 dcsctp: Avoid integer overflow in HEARTBEAT-ACK v2 by Victor Boivie · 3 years, 5 months ago
  12. 5755f3e dcsctp: Add sequence checker to socket by Victor Boivie · 3 years, 5 months ago
  13. 82ccdd3 dcsctp: Add network/throughput tests by Victor Boivie · 3 years, 6 months ago
  14. 15a0c88 dcsctp: Ensure callbacks are always triggered by Victor Boivie · 3 years, 6 months ago
  15. 0081f1c dcsctp: Refactor CallbackDeferrer by Victor Boivie · 3 years, 6 months ago
  16. f4fa166 dcsctp: Detect the peer SCTP implementation by Victor Boivie · 3 years, 6 months ago
  17. f75f9c2 dcsctp: Avoid integer overflow in HEARTBEAT-ACK by Victor Boivie · 3 years, 6 months ago
  18. adfe54c dcsctp: Remove the TCP style cwnd doubling by Victor Boivie · 3 years, 6 months ago
  19. d68f18e dcsctp: Allow specifying minimum RTT variance by Victor Boivie · 3 years, 6 months ago
  20. 7d7afc6 dcsctp: Fix accidental re-use of variable by Victor Boivie · 3 years, 6 months ago
  21. b918230 Move StrongAlias to rtc_base by Victor Boivie · 3 years, 6 months ago
  22. 7243532 dcsctp: hand over RRSendQueue streams state by Sergey Sukhanov · 3 years, 6 months ago
  23. 9d2b3cb dcsctp: enabled handover in test SendManyFragmentedMessagesWithLimitedRtx by Sergey Sukhanov · 3 years, 6 months ago
  24. d92f8a8 dcsctp: move HandoverReadinessStatus::ToString definition to build target public:socket by Sergey Sukhanov · 3 years, 6 months ago
  25. 3852698 dcsctp: support handover state serialization testing by Sergey Sukhanov · 3 years, 6 months ago
  26. 4397281 dcsctp: implement socket handover in the DcSctpSocket class and expose the functionality in the API by Sergey Sukhanov · 3 years, 6 months ago
  27. 25b5e08 dcsctp: implement congestion control errata by Victor Boivie · 3 years, 6 months ago
  28. 80e96de dcsctp: Add more consistency checks by Victor Boivie · 3 years, 6 months ago
  29. 54e4e35 dcsctp: Add consistency check for assembled msgs by Victor Boivie · 3 years, 6 months ago
  30. fed091e dcsctp: Move last_assembled_tsn_watermark further by Victor Boivie · 3 years, 6 months ago
  31. 3b08fe3 dssctp: support socket handover in StreamResetHandler by Sergey Sukhanov · 3 years, 6 months ago
  32. 8f486f9 dcsctp: support socket handover in RetransmissionQueue by Sergey Sukhanov · 3 years, 6 months ago
  33. 9c1657c dcsctp: support socket handover in ReassemblyQueue by Sergey Sukhanov · 3 years, 6 months ago
  34. 225cd47 dcsctp: implement handover in DataTracker by Sergey Sukhanov · 3 years, 6 months ago
  35. ad6b7a7 dcsctp: introduce handover API types and implement it for streams by Sergey Sukhanov · 3 years, 6 months ago
  36. 3ed2b8d dcsctp: Use integer math in RTO calculations by Victor Boivie · 3 years, 6 months ago
  37. cfee054 dcsctp: Refactor socket test to allow recreation of the sockets. by Sergey Sukhanov · 3 years, 6 months ago
  38. 2e78f09 dcsctp: Increase RTO limits by Victor Boivie · 3 years, 6 months ago
  39. cebbff7 dcsctp: Specify the max timer backoff duration by Victor Boivie · 3 years, 6 months ago
  40. 9680d29 dcsctp: Support unlimited max_retransmissions by Victor Boivie · 3 years, 6 months ago
  41. 0ca62e3 dcsctp: Avoid bundling FORWARD-TSN and DATA chunks by Victor Boivie · 3 years, 7 months ago
  42. 3ec9e03 dcsctp: Removing all references to unordered_map by Victor Boivie · 3 years, 7 months ago
  43. 923d2c2 dcsctp: fixed grammar in one comment, added comment regarding the threading contract by Sergey Sukhanov · 3 years, 7 months ago
  44. 14ef633 dcsctp: Don't send small packets when cwnd full by Victor Boivie · 3 years, 7 months ago
  45. be9281b dcsctp: Increase cwnd by serialized chunk size by Victor Boivie · 3 years, 7 months ago
  46. d912446 dcsctp: Refactor chunk acking by Victor Boivie · 3 years, 7 months ago
  47. abf6188 dcsctp: Add PacketSender by Victor Boivie · 3 years, 7 months ago
  48. 600bb8c dcsctp: Migrating to using absl::bind_front by Victor Boivie · 3 years, 7 months ago
  49. 8df32eb dcsctp: Add API to indicate packet send status by Victor Boivie · 3 years, 7 months ago
  50. e0fb45c dcsctp: Add burst limiter for sent packets by Victor Boivie · 3 years, 7 months ago
  51. d7b7ea6 dcsctp: remove unused WritePacketHeader method by Philipp Hancke · 3 years, 7 months ago
  52. d4716ea dcsctp: Add metrics support by Victor Boivie · 3 years, 7 months ago
  53. 82ea522 dcsctp: Track the number of inflight DATA items by Victor Boivie · 3 years, 7 months ago
  54. 68e98fb Use backticks not vertical bars to denote variables in comments for /net by Artem Titov · 3 years, 8 months ago
  55. b0ed120 Update links to point at main branch by Tony Herre · 3 years, 8 months ago
  56. bf15e56 dcsctp: Abandon chunks consistently by Victor Boivie · 3 years, 8 months ago
  57. 813a087 dcsctp: Add packet capture support in unit tests by Victor Boivie · 3 years, 8 months ago
  58. 5e726da dcsctp: Extract logging packet observer as utility by Victor Boivie · 3 years, 8 months ago
  59. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 8 months ago
  60. 8bd26e1 dcsctp: Only reset paused streams when peer acks by Victor Boivie · 3 years, 8 months ago
  61. c362eb2 dcsctp: Add mocks by Victor Boivie · 3 years, 9 months ago
  62. 6a11c84 dcsctp: Add DcSctpSocketFactory by Florent Castelli · 3 years, 9 months ago
  63. c20f156 dcsctp: Don't sent more packets before COOKIE ACK by Victor Boivie · 3 years, 9 months ago
  64. d579e6b dcsctp: Do explicit bounds checking in bounded IO by Victor Boivie · 3 years, 9 months ago
  65. b56a63e dcsctp: Prevent overflow of missing parameters by Victor Boivie · 3 years, 9 months ago
  66. 1c7ff0d dcsctp: Stay in stream if not producing fragment by Victor Boivie · 3 years, 9 months ago
  67. 803fdc4 dcsctp: Stay within stream while producing from it by Victor Boivie · 3 years, 10 months ago
  68. 7b4fd5c dcsctp: Determine chunks to be retransmitted fast by Victor Boivie · 3 years, 10 months ago
  69. c48a49c dcsctp: Find out quickly if to send FORWARD-TSN by Victor Boivie · 3 years, 10 months ago
  70. 27d2be3 dcsctp: Optimize SACK generation by Victor Boivie · 3 years, 10 months ago
  71. 261eec5 dcsctp: Allow more outstanding fragments by Victor Boivie · 3 years, 10 months ago
  72. 8267724 dcsctp: Announce send buffer watermark as a_rwnd by Victor Boivie · 3 years, 10 months ago
  73. 5d4c3c5 dcsctp: Add more unit tests for DataTracker by Victor Boivie · 3 years, 10 months ago
  74. 5429d71 dcsctp: Allow heartbeats to be disabled by Victor Boivie · 3 years, 10 months ago
  75. 236ac50 dcsctp: Add public API for BufferedAmountLow by Victor Boivie · 3 years, 10 months ago
  76. bd9031b dcsctp: Add OnTotalBufferedAmountLow in Send Queue by Victor Boivie · 3 years, 10 months ago
  77. 791adaf dcsctp: Add OnBufferedAmountLow in Send Queue by Victor Boivie · 3 years, 10 months ago
  78. 7d2e669 dcsctp: Allocate TSN for end of abandoned message by Victor Boivie · 3 years, 10 months ago
  79. 9700d88 dcsctp: Avoid recalculation of outstanding bytes by Victor Boivie · 3 years, 10 months ago
  80. c09c581 dcsctp: Limit the size of generated SACK chunks by Victor Boivie · 3 years, 10 months ago
  81. 93faab1 dcsctp: Implement Round Robin scheduler by Victor Boivie · 3 years, 10 months ago
  82. 2440d34 dcsctp: Rename FCFSSendQueue to RRSendQueue by Victor Boivie · 3 years, 10 months ago
  83. 32ee3b8 dcsctp: Ensure RTO is always greater than RTT by Victor Boivie · 3 years, 10 months ago
  84. 3a45d32 dcsctp: Report duplicate TSNs by Victor Boivie · 3 years, 10 months ago
  85. 92bd902 dcsctp: Restrict fuzzing input length by Victor Boivie · 3 years, 10 months ago
  86. cfa932f dcsctp: Bump rto_min to 220 ms by Victor Boivie · 3 years, 10 months ago
  87. a30362c dcsctp: Add socket fuzzer helper by Victor Boivie · 3 years, 10 months ago
  88. 50a0b12 dcsctp: Avoid transition back to ShutdownPending by Victor Boivie · 3 years, 10 months ago
  89. d3b186e dcsctp: Support message with low lifetime by Victor Boivie · 3 years, 10 months ago
  90. d247296 dcsctp: Disable TCP style slow start by Victor Boivie · 3 years, 10 months ago
  91. 914925f dcsctp: Don't access TCB when the socket is closed by Victor Boivie · 3 years, 10 months ago
  92. f95536d dcsctp: Stop connection timers during shutdown by Victor Boivie · 3 years, 10 months ago
  93. 3dadf8b dcsctp: Log socket name also in callbacks by Victor Boivie · 3 years, 10 months ago
  94. 59b8028 dcsctp: Refactor unit tests by Victor Boivie · 3 years, 10 months ago
  95. bb7ee95 dcsctp: Handle starting timer from timer callback by Victor Boivie · 3 years, 10 months ago
  96. 1d2fa9a dcsctp: Expire timers just before triggering them by Victor Boivie · 3 years, 10 months ago
  97. 0810b05 dcsctp: Add SetMaxMessageSize() to socket by Florent Castelli · 3 years, 10 months ago
  98. 3371638 dcsctp: Use correct log severity by Victor Boivie · 3 years, 10 months ago
  99. 1e78e95 dcsctp: Fix iOS build errors by Florent Castelli · 3 years, 10 months ago
  100. de88b08 dcsctp: Add TaskQueue based timeout implementation by Victor Boivie · 3 years, 10 months ago