]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
RFC7083 has new inital timer values.
authorRoy Marples <roy@marples.name>
Mon, 3 Feb 2014 11:02:17 +0000 (11:02 +0000)
committerRoy Marples <roy@marples.name>
Mon, 3 Feb 2014 11:02:17 +0000 (11:02 +0000)
dhcp6.h

diff --git a/dhcp6.h b/dhcp6.h
index 50680d3a0ef7008285077f3fcc008cb89fbbc301..4b097adf24fb20ade2c21c961412fe9c548e2cb8 100644 (file)
--- a/dhcp6.h
+++ b/dhcp6.h
@@ -120,7 +120,7 @@ struct dhcp6_option {
 
 #define SOL_MAX_DELAY          1
 #define SOL_TIMEOUT            1
-#define SOL_MAX_RT             120
+#define SOL_MAX_RT             3600 /* RFC7083 */
 #define REQ_TIMEOUT            1
 #define REQ_MAX_RT             30
 #define REQ_MAX_RC             10
@@ -134,7 +134,7 @@ struct dhcp6_option {
 #define REB_MAX_RT             600
 #define INF_MAX_DELAY          1
 #define INF_TIMEOUT            1
-#define INF_MAX_RT             120
+#define INF_MAX_RT             3600 /* RFC7083 */
 #define REL_TIMEOUT            1
 #define REL_MAX_RC             5
 #define DEC_TIMEOUT            1