Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[cascardo/linux.git] / include / net / addrconf.h
index 9826d3a..f2d0727 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef _ADDRCONF_H
 #define _ADDRCONF_H
 
-#define MAX_RTR_SOLICITATIONS          3
+#define MAX_RTR_SOLICITATIONS          -1              /* unlimited */
 #define RTR_SOLICITATION_INTERVAL      (4*HZ)
+#define RTR_SOLICITATION_MAX_INTERVAL  (3600*HZ)       /* 1 hour */
 
 #define MIN_VALID_LIFETIME             (2*3600)        /* 2 hours */