linux-stable/net/dccp/ccids
Gerrit Renker d82b6f85c1 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>
2010-08-30 13:45:25 -07:00
..
lib net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle 2009-09-14 17:02:54 -07:00
ccid2.c dccp ccid-2: Use u32 timestamps uniformly 2010-08-30 13:45:25 -07:00
ccid2.h dccp ccid-2: Use u32 timestamps uniformly 2010-08-30 13:45:25 -07:00
ccid3.c dccp ccid-3: No more CCID control blocks in LISTEN state 2010-08-23 20:13:30 -07:00
ccid3.h ccid: ccid-2/3 code cosmetics 2010-08-23 20:13:29 -07:00
Kconfig net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle 2009-09-14 17:02:54 -07:00