[DCCP]: Provide 10s of microsecond timesource
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Wed, 26 Sep 2007 05:40:13 +0000 (22:40 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:52:35 +0000 (16:52 -0700)
commit4c70f383e0c0273c4092c4efdb414be0966978b7
tree733cc2497ec68c74d42ed6d8f6978b24152a3de0
parentaa97efd97acefb7d3dcd864adb878c7ce34061b3
[DCCP]: Provide 10s of microsecond timesource

This provides a timesource, conveniently used for DCCP timestamps, which
returns the elapsed time in 10s of microseconds since initialisation.
This makes for a wrap-around time of about 11.9 hours, which should be
sufficient for most applications.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/dccp.h
net/dccp/options.c
net/dccp/proto.c
net/dccp/timer.c