)]}'
{
  "commit": "e333b3edc489151afda2a4f6c798842c64cb67a4",
  "tree": "b392052fe3a4c8cdc4d0026709d1b9cd5e215921",
  "parents": [
    "ebe6f7e73c3efec1de295205806b4550fcb468cd"
  ],
  "author": {
    "name": "Gerrit Renker",
    "email": "gerrit@erg.abdn.ac.uk",
    "time": "Wed Nov 21 10:09:56 2007 -0200"
  },
  "committer": {
    "name": "David S. Miller",
    "email": "davem@davemloft.net",
    "time": "Mon Jan 28 14:54:46 2008 -0800"
  },
  "message": "[DCCP]: Promote CCID2 as default CCID\n\nThis patch addresses the following problems:\n\n 1. DCCP relies for its proper functioning on having at least one CCID module\n    enabled (as in TCP plugable congestion control). Currently it is possible to\n    disable both CCIDs and thus leave the DCCP module in a compiled, but entirely\n    non-functional state: no sockets can be created when no CCID is available.\n    Furthermore, the protocol is (again like TCP) not intended to be used without\n    CCIDs. Last, a non-empty CCID list is needed for doing CCID feature negotiation.\n\n 2. Internally the default CCID that is advertised by the Linux host is set to CCID2\n    (DCCPF_INITIAL_CCID in include/linux/dccp.h). Disabling CCID2 in the Kconfig\n    menu without changing the defaults leads to a failure `module not found\u0027 when\n    trying to load the dccp module (which internally tries to load the default CCID).\n\n 3. The specification (RFC 4340, sec. 10) treats CCID2 somewhat like a\n    `minimum common denominator\u0027; the specification says that:\n\n    * \"New connections start with CCID 2 for both endpoints\"\n\n    * \"A DCCP implementation intended for general use, such as an implementation in a\n       general-purpose operating system kernel, SHOULD implement at least CCID 2.\n       The intent is to make CCID 2 broadly available for interoperability [...]\"\n\n    Providing CCID2 as minimum-required CCID (like Reno/Cubic in TCP) thus seems reasonable.\n\nHence this patch automatically selects CCID2 when DCCP is enabled. Documentation also added.\n\nDiscussions with Ian McDonald on this subject are gratefully acknowledged.\n\nSigned-off-by: Gerrit Renker \u003cgerrit@erg.abdn.ac.uk\u003e\nSigned-off-by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fdc93beec05767be426b75dc4baebbddb495ea3e",
      "old_mode": 33188,
      "old_path": "Documentation/networking/dccp.txt",
      "new_id": "ffb9ca937d6530dcfb86e51b3bb230493a33cac2",
      "new_mode": 33188,
      "new_path": "Documentation/networking/dccp.txt"
    },
    {
      "type": "modify",
      "old_id": "0549e4719b1349e4eb1f4506e3dd42035c7464ae",
      "old_mode": 33188,
      "old_path": "net/dccp/Kconfig",
      "new_id": "7aa2a7acc7ec815ab34f7d35df05425bd8765e2a",
      "new_mode": 33188,
      "new_path": "net/dccp/Kconfig"
    },
    {
      "type": "modify",
      "old_id": "80f469887691859cb227b49907f2b4f99ab96c93",
      "old_mode": 33188,
      "old_path": "net/dccp/ccids/Kconfig",
      "new_id": "f37af17556bae517d76172ff44e2cf927ea42358",
      "new_mode": 33188,
      "new_path": "net/dccp/ccids/Kconfig"
    }
  ]
}
