)]}'
{
  "commit": "3f563d3b0dee482b8cc70bae68346d9a6d4609a6",
  "tree": "d7aae742b463444da7f05f7cbe29ffadf6e721e9",
  "parents": [
    "a3b6e772dc0acbd9c55a9e62524a4c389bed0d69"
  ],
  "author": {
    "name": "Damien Neil",
    "email": "dneil@google.com",
    "time": "Wed Apr 09 15:42:46 2025 -0700"
  },
  "committer": {
    "name": "Gopher Robot",
    "email": "gobot@golang.org",
    "time": "Wed Apr 09 16:02:25 2025 -0700"
  },
  "message": "quic: use an enum for sentPacket state\n\nThe sentPacket type tracks the state of a packet sent to the peer.\nPackets can be in progress, acknowledged, or lost.\nTrack this state with an enum rather than a set of bools,\nto avoid the possibility of nonsensical states such as a packet\nbeing both acknowledged and lost.\n\nThis also simplifies a following change to add an \"unsent\" state\nfor intentionally skipped packet numbers.\n\nChange-Id: I87c8fc399c72337c033ab7ec5ec8db2c56c732f9\nReviewed-on: https://go-review.googlesource.com/c/net/+/664297\nLUCI-TryBot-Result: Go LUCI \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nReviewed-by: Jonathan Amsterdam \u003cjba@google.com\u003e\nAuto-Submit: Damien Neil \u003cdneil@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "595e30f79a18b0ae6ea9b8f770fa7a266ee65e4b",
      "old_mode": 33188,
      "old_path": "quic/loss.go",
      "new_id": "b89aabdf3f6c399689646e1fcf710391e69225ae",
      "new_mode": 33188,
      "new_path": "quic/loss.go"
    },
    {
      "type": "modify",
      "old_id": "0696027650aeffa150d0e9029b87ccebe72d46a2",
      "old_mode": 33188,
      "old_path": "quic/sent_packet.go",
      "new_id": "457c50e615148a830efa214e3f5f4a13fa66bf58",
      "new_mode": 33188,
      "new_path": "quic/sent_packet.go"
    },
    {
      "type": "modify",
      "old_id": "387046168dc9cee09a77c9301e3d8e720c7e043e",
      "old_mode": 33188,
      "old_path": "quic/sent_packet_list.go",
      "new_id": "04116f2109ba474585d76552a2bee90909f617cd",
      "new_mode": 33188,
      "new_path": "quic/sent_packet_list.go"
    },
    {
      "type": "modify",
      "old_id": "056ed06fd51a682cd9d14f39daaea4ac47777a68",
      "old_mode": 33188,
      "old_path": "quic/sent_packet_list_test.go",
      "new_id": "44c99c536dd4883c57b39cc10b944230378c037a",
      "new_mode": 33188,
      "new_path": "quic/sent_packet_list_test.go"
    }
  ]
}
