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>
This commit is contained in:
Gerrit Renker
2009-01-04 21:45:33 -08:00
committed by David S. Miller
parent e5fd56ca4e
commit 129fa44785
12 changed files with 27 additions and 52 deletions

View File

@ -741,5 +741,3 @@ u32 dccp_sample_rtt(struct sock *sk, long delta)
return delta;
}
EXPORT_SYMBOL_GPL(dccp_sample_rtt);