)]}'
{
  "commit": "32ee3b88ea46d6b1db79a505e0d0e3cb239be997",
  "tree": "2c4ebd4148fb7324103990820ff4e34d71cc4d6f",
  "parents": [
    "cab90db24ac2e4ddbb9e7619f65bf5dc582783c0"
  ],
  "author": {
    "name": "Victor Boivie",
    "email": "boivie@webrtc.org",
    "time": "Wed May 19 20:22:42 2021"
  },
  "committer": {
    "name": "WebRTC LUCI CQ",
    "email": "webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Fri May 21 20:08:29 2021"
  },
  "message": "dcsctp: Ensure RTO is always greater than RTT\n\nThe retransmission timeout (RTO) value is updated on every measured\nRTT and is a function of the RTT value and its stability. In reality,\nthe RTT is never constant - it fluctuates, which makes the RTO become\nmuch larger than the RTT. But for extremely stable RTTs, which we get\nin simulations, the RTO value can become the same as the RTT, and that\nmakes expiration timers be scheduled to the RTT value, and will race\nwith packets that are expected to stop the expiration timer. And that\nrace should be avoided in simulations.\n\nSo ensuring that the RTO value is always greater, if only be a single\nmillisecond, will work fine in these simulations.\n\nBug: webrtc:12614\nChange-Id: I30cf9c97e50449849ab35de52696c618d8498128\nReviewed-on: https://webrtc-review.googlesource.com/c/src/+/219680\nCommit-Queue: Victor Boivie \u003cboivie@webrtc.org\u003e\nReviewed-by: Florent Castelli \u003corphis@webrtc.org\u003e\nCr-Commit-Position: refs/heads/master@{#34084}\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f38b94d32c4e571ec9ed4801f1eddec8998ab6dd",
      "old_mode": 33188,
      "old_path": "net/dcsctp/tx/retransmission_timeout.cc",
      "new_id": "7d545a07d0ddec031b69bc8cce9795f4a9981587",
      "new_mode": 33188,
      "new_path": "net/dcsctp/tx/retransmission_timeout.cc"
    },
    {
      "type": "modify",
      "old_id": "eb5e72e7baa7b69355059cd62b0b8693f4f3e002",
      "old_mode": 33188,
      "old_path": "net/dcsctp/tx/retransmission_timeout_test.cc",
      "new_id": "3b2e3399fe0efcd050e9555bd56a5c6c9c294878",
      "new_mode": 33188,
      "new_path": "net/dcsctp/tx/retransmission_timeout_test.cc"
    }
  ]
}
