[CCID]: More informative registration
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Fri, 14 Dec 2007 01:33:25 +0000 (23:33 -0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:57:58 +0000 (14:57 -0800)
commit84a97b0af8c29aa5a47cc5271968a9c6004fb91e
tree8fb3da66a7c0cc0933b714de884f210f0ecb90e0
parent9cb2345a8c49ea380437d02bb9fd9f291c0a005d
[CCID]: More informative registration

The patch makes the registration messages of CCID 2/3 a bit more
informative: instead of repeating the CCID number as currently done,

        "CCID: Registered CCID 2 (ccid2)"  or
        "CCID: Registered CCID 3 (ccid3)",

the descriptive names of the CCID's (from RFCs) are now used:

"CCID: Registered CCID 2 (TCP-like)" and
"CCID: Registered CCID 3 (TCP-Friendly Rate Control)".

To allow spaces in the name, the slab name string has been changed to
refer to the numeric CCID identifier, using the same format as before.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccid.c
net/dccp/ccids/ccid2.c
net/dccp/ccids/ccid3.c
This page took 0.026069 seconds and 5 git commands to generate.