]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Default tick = 1. The today's CPU is fast enough.
authorOndrej Filip <feela@network.cz>
Tue, 13 Jul 2004 21:27:33 +0000 (21:27 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 13 Jul 2004 21:27:33 +0000 (21:27 +0000)
doc/bird.sgml
proto/ospf/ospf.h

index a25d8b789e20aeb68c36702d96345a02c77ef625..f81b2323d31ce9011645c7e913c98019c904b4c8 100644 (file)
@@ -1008,6 +1008,7 @@ on nonbroadcast networks.
 <code>
 protocol ospf &lt;name&gt; {
        rfc1583compat &lt;switch&gt;;
+       tick &lt;num&gt;;
        area &lt;id&gt; {
                stub cost &lt;num&gt;;
                tick &lt;num&gt;;
@@ -1076,9 +1077,10 @@ protocol ospf &lt;name&gt; {
         Default value is no. (Area is not stub.)
 
        <tag>tick <M>num</M></tag>
-        The routing table calculation is not performed when a single link state
+        The routing table calculation of clean-up in areas' databases
+         is not performed when a single link state
         change arrives. To lower the CPU utilization, it's processed later
-        at periodical intervals of <m/num/ seconds. The default value is 7.
+        at periodical intervals of <m/num/ seconds. The default value is 1.
 
        <tag>networks { <m/set/ }</tag>
          Definition of area IP ranges. This is used in summary lsa origination.
index ea77aa9893171b21e30717e4383d9f3fcb6b3118..13a5f82c05cf26dcb6bea5a06c2404aa0e4ca5cc 100644 (file)
@@ -51,8 +51,8 @@
 #define MINLSARRIVAL 1
 #define LSINFINITY 0xffffff
 
-#define DEFAULT_OSPFTICK 5
-#define DEFAULT_AREATICK 4
+#define DEFAULT_OSPFTICK 1
+#define DEFAULT_AREATICK 1
 #define DEFAULT_RFC1583 1      /* compatibility with rfc1583 */