mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 22:20:08 +01:00
ip6: bump the autoconf RA timeout a bit
The RA interval is configurable on the router and we don't want to miss one. 20s is still a lot less than we allow for DHCP so the latency isn't that big of an issue.
This commit is contained in:
parent
b24f5c8da9
commit
a64600d796
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include "nm-system.h"
|
||||
|
||||
/* Pre-DHCP addrconf timeout, in seconds */
|
||||
#define NM_IP6_TIMEOUT 10
|
||||
#define NM_IP6_TIMEOUT 20
|
||||
|
||||
/* FIXME? Stolen from the kernel sources */
|
||||
#define IF_RA_OTHERCONF 0x80
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue