[CCID]: More informative registration
[deliverable/linux.git] / net / dccp / ccids / ccid3.c
index 8f112d18d450827b343bfad52ba07900ceac9cde..cd9b9ffe2ec4aae74d3f1f065eb304157dc305e2 100644 (file)
@@ -943,7 +943,7 @@ static int ccid3_hc_rx_getsockopt(struct sock *sk, const int optname, int len,
 
 static struct ccid_operations ccid3 = {
        .ccid_id                   = DCCPC_CCID3,
-       .ccid_name                 = "ccid3",
+       .ccid_name                 = "TCP-Friendly Rate Control",
        .ccid_owner                = THIS_MODULE,
        .ccid_hc_tx_obj_size       = sizeof(struct ccid3_hc_tx_sock),
        .ccid_hc_tx_init           = ccid3_hc_tx_init,
This page took 0.036093 seconds and 5 git commands to generate.