linux/net/dccp/ccids
Gerrit Renker 56724aa434 [DCCP]: Add CCID3 debug support to Kconfig
This adds a CCID3 debug option to the configuration menu
which is missing in Kconfig, but already used by the code.

CCID 2 already provides such an entry.

To enable debugging, set CONFIG_IP_DCCP_CCID3_DEBUG=y

NOTE: The use of ccid3_{t,r}x_state_name is safe, since
      now only enum values can appear.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2006-12-02 21:24:36 -08:00
..
lib [DCCP]: Fix CCID3 2006-08-26 23:40:50 -07:00
Kconfig [DCCP]: Add CCID3 debug support to Kconfig 2006-12-02 21:24:36 -08:00
Makefile [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation 2006-03-20 17:41:47 -08:00
ccid2.c [DCCP]: enable debug messages also for static builds 2006-12-02 21:24:35 -08:00
ccid2.h [DCCP] CCID2: Code optimizations 2006-12-02 21:23:52 -08:00
ccid3.c [DCCP]: Add CCID3 debug support to Kconfig 2006-12-02 21:24:36 -08:00
ccid3.h [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states 2006-12-02 21:23:49 -08:00