CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2021/03/07 09:22:01
Modified files: sbin/dhcpleased: engine.c Log message: No need to cap the exponential backoff here, iface_timeout() already handles this for us by doing a state transition if we have been stuck in "rebooting" or "requesting" for too long. Makes the code a bit simpler and we only have one place were we need to special case the timeout cap.