aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2015-03-15 21:40:33 -0700
committerVinit Deshpande <vinitd@google.com>2015-03-15 21:40:33 -0700
commit782285b3be6fd647284db735010ae0cbd55529bd (patch)
tree353465c0854a17e9aff9953bd1989f073644428c
parentcf6bf0cd4db7ff82ec543a59cfc013a209e052a1 (diff)
parent655aa8b8469d7233ffc593495738959eb31775f4 (diff)
downloadandroid_external_dhcpcd-782285b3be6fd647284db735010ae0cbd55529bd.tar.gz
android_external_dhcpcd-782285b3be6fd647284db735010ae0cbd55529bd.tar.bz2
android_external_dhcpcd-782285b3be6fd647284db735010ae0cbd55529bd.zip
Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'
-rw-r--r--if-options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/if-options.h b/if-options.h
index 0e9d103..45fac33 100644
--- a/if-options.h
+++ b/if-options.h
@@ -39,7 +39,7 @@
* compatibility with getopt */
#define IF_OPTS "abc:de:f:gh:i:kl:m:no:pqr:s:t:u:v:wxy:z:ABC:DEF:GHI:JKLO:Q:S:TUVW:X:Z:"
-#define DEFAULT_TIMEOUT 30
+#define DEFAULT_TIMEOUT 0 /* keep retrying forever... */
#define DEFAULT_REBOOT 5
#define HOSTNAME_MAX_LEN 250 /* 255 - 3 (FQDN) - 2 (DNS enc) */