[TFRC]: Provide central source file and debug facility
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Thu, 6 Dec 2007 14:26:38 +0000 (12:26 -0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:39 +0000 (14:56 -0800)
commitc40616c597bf02a2346cbf2f120283734b436245
tree2fb6f82ed8fec01038f4607b489086a8f2a719f9
parentf8b33fdfafea0f909712a55fbb3d83b89f70f3f5
[TFRC]: Provide central source file and debug facility

This patch changes the tfrc_lib module in the following manner:

 (1) a dedicated tfrc source file to call the packet history &
     loss interval init/exit functions.
 (2) a dedicated tfrc_pr_debug macro with toggle switch `tfrc_debug'.

Commiter note: renamed tfrc_module.c to tfrc.c, and made CONFIG_IP_DCCP_CCID3
select IP_DCCP_TFRC_LIB.

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/ccids/Kconfig
net/dccp/ccids/lib/Makefile
net/dccp/ccids/lib/packet_history.c
net/dccp/ccids/lib/packet_history.h
net/dccp/ccids/lib/tfrc.c [new file with mode: 0644]
net/dccp/ccids/lib/tfrc.h