1. 5c9b7da Add missing dependencies. by Mirko Bonadei · 2 years, 6 months ago
  2. 9ce37cc dcsctp: Specify an initial RTT by Victor Boivie · 2 years, 7 months ago
  3. c8680c5 dcsctp: Generate lifecycle events by Victor Boivie · 2 years, 9 months ago
  4. 4a93da3 dcsctp: Report acked/abandoned messages when acked by Victor Boivie · 2 years, 9 months ago
  5. 4f15246 dcsctp: Support lifecycle events in send queue by Victor Boivie · 2 years, 9 months ago
  6. b5754b0 dcsctp: Refactor OutstandingData by Victor Boivie · 2 years, 9 months ago
  7. 00c6142 dcsctp: Refactor send queue (2/2) by Victor Boivie · 2 years, 9 months ago
  8. 8967672 dcsctp: Refactor send queue (1/2) by Victor Boivie · 2 years, 9 months ago
  9. 2cffde7 dcsctp: Restore from handover as separate methods by Victor Boivie · 2 years, 9 months ago
  10. a2476e3 dcsctp: Enable message interleaving by Victor Boivie · 2 years, 9 months ago
  11. e39f1b5 dcsctp: Add priority support to send queue by Victor Boivie · 2 years, 9 months ago
  12. 3bd0f86 Reland "dcsctp: Use stream scheduler in send queue" by Victor Boivie · 2 years, 9 months ago
  13. c8e8e76 dcsctp: Restart T3-RTX on fast rtx of lowest TSN by Victor Boivie · 2 years, 10 months ago
  14. 5df960d Revert "dcsctp: Use stream scheduler in send queue" by Victor Boivie · 2 years, 10 months ago
  15. d729d12 dcsctp: Use stream scheduler in send queue by Victor Boivie · 2 years, 10 months ago
  16. d701863 dcsctp: Add virtual time stream scheduler by Victor Boivie · 2 years, 10 months ago
  17. 0e230fd dcsctp: Refactor Send Queue by Victor Boivie · 2 years, 10 months ago
  18. 7726b7d dcsctp: Abandon chunks marked for fast retransmit by Victor Boivie · 2 years, 10 months ago
  19. 7e897ae dcsctp: Add public API for setting priorities by Victor Boivie · 2 years, 10 months ago
  20. 51e5bac Revert "dcsctp: Add public API for setting priorities" by Björn Terelius · 2 years, 10 months ago
  21. 17a02a3 dcsctp: Add public API for setting priorities by Victor Boivie · 2 years, 10 months ago
  22. d7fd0f9 dcsctp: Handle rapid closing of streams by Victor Boivie · 2 years, 11 months ago
  23. 5e354d9 dcsctp: Improve fast retransmission support by Victor Boivie · 2 years, 11 months ago
  24. a5fecb3 dcsctp: Add proper fast retransmission support by Victor Boivie · 2 years, 11 months ago
  25. 8ec4a2e dcsctp: Refactor chunk lifecycle state flag by Victor Boivie · 3 years ago
  26. 01a0db2 dcsctp: Don't re-nack a fragment until sent again by Victor Boivie · 3 years ago
  27. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 3 years ago
  28. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
  29. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  30. 8beccd5 dcsctp: Remove limit of message fragmentation by Victor Boivie · 3 years ago
  31. fbf0ac0 dcsctp: Clarify current behavior of stream reset by Victor Boivie · 3 years ago
  32. 0cfaa61 dcsctp: Add test case for pending paused streams by Victor Boivie · 3 years ago
  33. 9848890 dcsctp: Remove handover_state from RRSendQueue by Victor Boivie · 3 years, 1 month ago
  34. b951dc6 Allow specifying delayed task precision of dcsctp::Timer. by Henrik Boström · 3 years, 2 months ago
  35. 29159ca dcsctp: Use c++17 structured bindings by Victor Boivie · 3 years, 2 months ago
  36. 4b7024b Revert "dcsctp: Use rtc::CopyOnWriteBuffer" by Victor Boivie · 3 years, 4 months ago
  37. 2db59a6 dcsctp: Use rtc::CopyOnWriteBuffer by Victor Boivie · 3 years, 4 months ago
  38. 42a850d dcsctp: Use strong type for MaxRetransmits by Victor Boivie · 3 years, 5 months ago
  39. 71604eb dcsctp: Refactor out OutstandingData by Victor Boivie · 3 years, 5 months ago
  40. 7bb853f dcsctp: Remove debug-log-only TSN collection by Victor Boivie · 3 years, 5 months ago
  41. 3f981ee dcsctp: Support zero window probing by Victor Boivie · 3 years, 6 months ago
  42. adfe54c dcsctp: Remove the TCP style cwnd doubling by Victor Boivie · 3 years, 6 months ago
  43. d68f18e dcsctp: Allow specifying minimum RTT variance by Victor Boivie · 3 years, 6 months ago
  44. 7d7afc6 dcsctp: Fix accidental re-use of variable by Victor Boivie · 3 years, 6 months ago
  45. 7243532 dcsctp: hand over RRSendQueue streams state by Sergey Sukhanov · 3 years, 6 months ago
  46. 3852698 dcsctp: support handover state serialization testing by Sergey Sukhanov · 3 years, 6 months ago
  47. 25b5e08 dcsctp: implement congestion control errata by Victor Boivie · 3 years, 7 months ago
  48. 80e96de dcsctp: Add more consistency checks by Victor Boivie · 3 years, 7 months ago
  49. 8f486f9 dcsctp: support socket handover in RetransmissionQueue by Sergey Sukhanov · 3 years, 7 months ago
  50. 3ed2b8d dcsctp: Use integer math in RTO calculations by Victor Boivie · 3 years, 7 months ago
  51. 9680d29 dcsctp: Support unlimited max_retransmissions by Victor Boivie · 3 years, 7 months ago
  52. 3ec9e03 dcsctp: Removing all references to unordered_map by Victor Boivie · 3 years, 7 months ago
  53. 14ef633 dcsctp: Don't send small packets when cwnd full by Victor Boivie · 3 years, 8 months ago
  54. be9281b dcsctp: Increase cwnd by serialized chunk size by Victor Boivie · 3 years, 8 months ago
  55. d912446 dcsctp: Refactor chunk acking by Victor Boivie · 3 years, 8 months ago
  56. 82ea522 dcsctp: Track the number of inflight DATA items by Victor Boivie · 3 years, 8 months ago
  57. bf15e56 dcsctp: Abandon chunks consistently by Victor Boivie · 3 years, 9 months ago
  58. 8bd26e1 dcsctp: Only reset paused streams when peer acks by Victor Boivie · 3 years, 9 months ago
  59. 1c7ff0d dcsctp: Stay in stream if not producing fragment by Victor Boivie · 3 years, 10 months ago
  60. 803fdc4 dcsctp: Stay within stream while producing from it by Victor Boivie · 3 years, 10 months ago
  61. 7b4fd5c dcsctp: Determine chunks to be retransmitted fast by Victor Boivie · 3 years, 10 months ago
  62. c48a49c dcsctp: Find out quickly if to send FORWARD-TSN by Victor Boivie · 3 years, 10 months ago
  63. 236ac50 dcsctp: Add public API for BufferedAmountLow by Victor Boivie · 3 years, 10 months ago
  64. bd9031b dcsctp: Add OnTotalBufferedAmountLow in Send Queue by Victor Boivie · 3 years, 10 months ago
  65. 791adaf dcsctp: Add OnBufferedAmountLow in Send Queue by Victor Boivie · 3 years, 10 months ago
  66. 7d2e669 dcsctp: Allocate TSN for end of abandoned message by Victor Boivie · 3 years, 10 months ago
  67. 9700d88 dcsctp: Avoid recalculation of outstanding bytes by Victor Boivie · 3 years, 10 months ago
  68. 93faab1 dcsctp: Implement Round Robin scheduler by Victor Boivie · 3 years, 10 months ago
  69. 2440d34 dcsctp: Rename FCFSSendQueue to RRSendQueue by Victor Boivie · 3 years, 10 months ago
  70. 32ee3b8 dcsctp: Ensure RTO is always greater than RTT by Victor Boivie · 3 years, 10 months ago
  71. d3b186e dcsctp: Support message with low lifetime by Victor Boivie · 3 years, 11 months ago
  72. 3371638 dcsctp: Use correct log severity by Victor Boivie · 4 years ago
  73. b7854e4 Enable GN check on //net. by Mirko Bonadei · 4 years ago
  74. 6072275 dcsctp: Add missing target dependencies by Florent Castelli · 4 years ago
  75. 03e912a dcsctp: Add Retransmission Queue by Victor Boivie · 4 years ago
  76. 27e50cc dcsctp: Add Retransmission Timeout by Victor Boivie · 4 years ago
  77. f8476cc dcsctp: Add Retransmission Error Counter by Victor Boivie · 4 years ago
  78. 762f21c dcsctp: Add Send Queue by Victor Boivie · 4 years ago