]> git.baikalelectronics.ru Git - kernel.git/commit
dccp ccid-2: Use u32 timestamps uniformly
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Sun, 29 Aug 2010 19:23:10 +0000 (19:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Aug 2010 20:45:25 +0000 (13:45 -0700)
commit3c64c74906eaffcf4471e13d6fc4f61a8ab8c7ed
tree633b7aa259c75a1620783cd65130436b5179a9fa
parent665591abe99b676e9694c878d73a1c661c3b6159
dccp ccid-2: Use u32 timestamps uniformly

Since CCID-2 is de facto a mini implementation of TCP, it makes sense to share
as much code as possible.

Hence this patch aligns CCID-2 timestamping with TCP timestamping.
This also halves the space consumption (on 64-bit systems).

The necessary include file <net/tcp.h> is already included by way of
net/dccp.h. Redundant includes have been removed.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/ccid2.c
net/dccp/ccids/ccid2.h