CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/03/31 15:17:47
Modified files: sbin/dhclient : dhclient.c Log message: Set 'select_timeout' to 'now' when an OFFER is received for the IP address requested in the DISCOVER. i.e. immediately accept the OFFER rather than waiting for select_timeout to expire before accepting the same OFFER. A corner case since select-timeout is 0 by default.