[DCCP]: Introduce dccp_tfrc_lib module with net/dccp/ccids/lib/*.c
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Sun, 28 Aug 2005 02:50:46 +0000 (23:50 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:12:33 +0000 (16:12 -0700)
commit5cea0ddce56ff3406a81fbbab80ef45c65701673
tree84e5e9ead29dd53358394407479735034314cca1
parent4524b259541e1eea07020af825d8e7b0e4faaec5
[DCCP]: Introduce dccp_tfrc_lib module with net/dccp/ccids/lib/*.c

I'll now take a look at the other proposed TFRC DCCP CCIDs to find
more code that is now in ccid3.c and move to this module, the loss
event rate, calc_X, etc most probably will be moved there.

The main goal of these changes is to pave the way for the
implementation of more TFRC based DCCP CCIDs and to shrink ccid3.c,
reducing its complexity and helping in getting it rock solid.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/Kconfig
net/dccp/ccids/Makefile
net/dccp/ccids/lib/Makefile [new file with mode: 0644]
net/dccp/ccids/lib/packet_history.c