diff options
| author | Roy Marples <roy@marples.name> | 2008-06-07 00:10:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-06-07 00:10:15 +0000 |
| commit | fedb3da0be34b47246d663e6ff55a7e0937515c0 (patch) | |
| tree | 73727e6212426f5ff9c4e694b3307b061f348918 /dhcpcd.conf.5.in | |
| parent | cb5148cebd2c57f25fddf78c55a5c35f78bbada0 (diff) | |
| download | dhcpcd-fedb3da0be34b47246d663e6ff55a7e0937515c0.tar.xz | |
Increase the default timeout to 30 seconds to allow 3 RFC conformant re-transmissions + 2 seconds grace.
Diffstat (limited to 'dhcpcd.conf.5.in')
| -rw-r--r-- | dhcpcd.conf.5.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index d7ecfd7c..6339d160 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" 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 @@ -110,7 +110,7 @@ Use 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. |
