mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
udhcpc: set retransmission timeout to 1 sec (was 3 sec), retry if no offer after 3 sec (was 20 sec)
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
This commit is contained in:
parent
ab0cc13a43
commit
b084fc0301
@ -4,3 +4,4 @@ iface lo inet loopback
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
hostname docker
|
||||
udhcpc_opts -T 1 -A 3
|
||||
|
Loading…
Reference in New Issue
Block a user