]> git.baikalelectronics.ru Git - kernel.git/commit
dccp: Integrate the TFRC library with DCCP
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 5 Jan 2009 05:45:33 +0000 (21:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jan 2009 05:45:33 +0000 (21:45 -0800)
commit3effbb22dd3ec800b31893c633039a4cacb191d1
treec2440b83e752c6cf3e6ec6f60492b85ddb8932a9
parent521e894bc41877803d57bff89f0a4a8c24c1e5ab
dccp: Integrate the TFRC library with DCCP

This patch integrates the TFRC library, which is a dependency of CCID-3 (and
CCID-4), with the new use of CCIDs in the DCCP module.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
net/dccp/Makefile
net/dccp/ccid.c
net/dccp/ccids/Kconfig
net/dccp/ccids/Makefile [deleted file]
net/dccp/ccids/lib/Makefile [deleted file]
net/dccp/ccids/lib/loss_interval.c
net/dccp/ccids/lib/packet_history.c
net/dccp/ccids/lib/tfrc.c
net/dccp/ccids/lib/tfrc.h
net/dccp/ccids/lib/tfrc_equation.c
net/dccp/feat.c
net/dccp/input.c