[CCID]: More informative registration
[deliverable/linux.git] / net / dccp / ccids / ccid2.c
index 48eeb4494e8d52accd2935cb37f554876522e1bd..b5b52ebb2693d308d46deee5e6c5f6a5e27d7199 100644 (file)
@@ -770,7 +770,7 @@ static void ccid2_hc_rx_packet_recv(struct sock *sk, struct sk_buff *skb)
 
 static struct ccid_operations ccid2 = {
        .ccid_id                = DCCPC_CCID2,
-       .ccid_name              = "ccid2",
+       .ccid_name              = "TCP-like",
        .ccid_owner             = THIS_MODULE,
        .ccid_hc_tx_obj_size    = sizeof(struct ccid2_hc_tx_sock),
        .ccid_hc_tx_init        = ccid2_hc_tx_init,
This page took 0.025929 seconds and 5 git commands to generate.