.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd May 29, 2008
+.Dd Jun 07, 2008
.Dt DHCPCD 8 SMM
.Sh NAME
.Nm dhcpcd
.It Fl t , -timeout Ar seconds
Timeout after
.Ar seconds ,
-instead of the default 20.
+instead of the default 30.
A setting of 0
.Ar seconds
causes
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd May 20, 2008
+.Dd Jun 07, 2008
.Dt DHCPCD.CONF 5 SMM
.Sh NAME
.Nm dhcpcd.conf
instead of the default
.Pa @SCRIPT@ .
.It Ic timeout Ar seconds
-The default timeout for waiting for a DHCP response is 20 seconds which may
+The default timeout for waiting for a DHCP response is 30 seconds which may
be too long or too short and can be changed here.
.It Ic userclass Ar string
Tag the DHCP messages with the userclass.
#include "common.h"
-#define DEFAULT_TIMEOUT 20
+#define DEFAULT_TIMEOUT 30
#define DEFAULT_LEASETIME 3600 /* 1 hour */
#define CLASS_ID_MAX_LEN 48