Em Tue, Aug 21, 2007 at 08:00:16PM +0100, Gerrit Renker escreveu: > [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. Why do it at kernel boot (or at dccp module load time to be more precise)? Why not do it at sock creation time? Then it will be 11.9 hours after the socket is created. This is how dccps_epoch was used BTW :-) - Arnaldo - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html