diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 05:07:14 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 05:07:14 (EST) |
commit | 83fcbecf5845cd18b2f4c72de9f1deea9a2d80ee (patch) | |
tree | 65e44f4dfe95e9e83498ecbcff2888e849272cae /src | |
parent | 7e80b50a4466b4a9544e85e77fa2d827ecd7d608 (diff) |
busybox: Send up to 10 DHCP discovery packets
Diffstat (limited to 'src')
-rw-r--r-- | src/build/busybox_1.33.0/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/busybox_1.33.0/config b/src/build/busybox_1.33.0/config index 4a8b7e2..70412e5 100644 --- a/src/build/busybox_1.33.0/config +++ b/src/build/busybox_1.33.0/config @@ -1002,7 +1002,7 @@ CONFIG_UDHCP_DEBUG=1 CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80 # CONFIG_FEATURE_UDHCP_RFC3397 is not set # CONFIG_FEATURE_UDHCP_8021Q is not set -CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n" +CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n -t 10" # # Print Utilities |