summaryrefslogtreecommitdiffhomepage
path: root/src/router.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/router.h')
-rw-r--r--src/router.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.h b/src/router.h
index 546af3e..bdfe52c 100644
--- a/src/router.h
+++ b/src/router.h
@@ -30,8 +30,8 @@ struct icmpv6_opt {
(void*)(opt + opt->len) <= (void*)(end); opt += opt->len)
-#define MaxValidTime 65535
#define MaxRtrAdvInterval 1800
+#define MinRtrAdvInterval 3
#define ND_RA_FLAG_PROXY 0x4
#define ND_RA_PREF_HIGH (1 << 3)