)]}'
{
  "commit": "37efb03fbd0935f5f85a0538c46b53be5cf40504",
  "tree": "c0335ed0e231bbf081442d380e5dd945d51e0e80",
  "parents": [
    "d2c726309d88df3c5568486e4b5b9e4c3150903f"
  ],
  "author": {
    "name": "Gerrit Renker",
    "email": "gerrit@erg.abdn.ac.uk",
    "time": "Tue Sep 14 20:21:29 2010 +0200"
  },
  "committer": {
    "name": "Gerrit Renker",
    "email": "gerrit@erg.abdn.ac.uk",
    "time": "Wed Sep 15 12:36:02 2010 +0200"
  },
  "message": "dccp ccid-3: Simplify and consolidate tx_parse_options\n\nThis simplifies and consolidates the TX option-parsing code:\n\n 1. The Loss Intervals option is not currently used, so dead code related to\n    this option is removed. I am aware of no plans to support the option, but\n    if someone wants to implement it (e.g. for inter-op tests), it is better\n    to start afresh than having to also update currently unused code.\n\n 2. The Loss Event and Receive Rate options have a lot of code in common (both\n    are 32 bit, both have same length etc.), so this is consolidated.\n\n 3. The test against GSR is not necessary, because\n    - on first loading CCID3, ccid_new() zeroes out all fields in the socket;\n    - ccid3_hc_tx_packet_recv() treats 0 and ~0U equivalently, due to\n\n\tpinv \u003d opt_recv-\u003eccid3or_loss_event_rate;\n\tif (pinv \u003d\u003d ~0U || pinv \u003d\u003d 0)\n\t\thctx-\u003ep \u003d 0;\n\n    - as a result, the sequence number field is removed from opt_recv.\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b2ddd205d438d517d2a2713e32a4d0800f8d4f2a",
      "old_mode": 33188,
      "old_path": "net/dccp/ccids/ccid3.c",
      "new_id": "ce80591300707c86b91a213922b6b392973b3c40",
      "new_mode": 33188,
      "new_path": "net/dccp/ccids/ccid3.c"
    },
    {
      "type": "modify",
      "old_id": "4a00174a97dd9891731e2875a901b374bc6fd936",
      "old_mode": 33188,
      "old_path": "net/dccp/ccids/ccid3.h",
      "new_id": "9eb90b863abd5ae10e1105d15f302016a8366ff0",
      "new_mode": 33188,
      "new_path": "net/dccp/ccids/ccid3.h"
    }
  ]
}
