CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/06/24 15:36:53

Modified files:
        sys/net        : if_sppp.h if_spppsubr.c 

Log message:
Use timeout_add_sec(9)

Re-challenge timeouts are made up of single scalar factors which are
multiplied with the time unit lcp.timeout to compute the timeout period.

Simply reduce that unit of 1 * hz [ticks] to 1 [s] and use the appropiate
API.

OK mpi

Reply via email to