CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2016/05/30 17:37:37

Modified files:
        sys/netinet6   : nd6.c nd6.h 

Log message:
remove code compensating for the "short" range of timeouts.

the nd6 code for managing expiries is never asked to handle intervals
greater than what timeouts can handle, so we dont need to overcompensate.

the code was also incorrect by using a long, which isnt that long
on ILP32 machines.

ok mpi@ millert@ benno@

Reply via email to