Hi-- On Feb 19, 2013, at 10:42 AM, Alex Yong wrote: > I've been looking around in the IPv6 code recently and I noticed that > time_second seems to be the clock of choice for calculating expiry times > for prefixes, routers and addresses. Is there any specific reason it uses > wall clock time and not time_uptime as this makes more sense to me?
Sure. Sequence #s, retry timers, etc do better if based off of wall clock time than if based off of uptime because realtime persists in moving forward but uptime gets reset if the host crashes/reboots. RFC-793 discusses "Quiet Time" concept for TCP, but it applies elsewhere. Regards, -- -Chuck _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"