summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2006-10-04 11:39:57 +0000
committerThomas Osterried <thomas@osterried.de>2006-10-04 11:39:57 +0000
commit6dc845d03ef3da35bd28ceae8e0985a1fb701a2f (patch)
treea0dccc2baa53331bb3b59f9f8cd593eb7dbbeb6f
parent4912c506573456cedbef2039570411fd1d16aea8 (diff)
ax25-maxroutes and ip-maxroutes now defaults do 4096
-rw-r--r--ax25rtd/ax25rtd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25rtd/ax25rtd.conf b/ax25rtd/ax25rtd.conf
index 252b394..5a8e9f3 100644
--- a/ax25rtd/ax25rtd.conf
+++ b/ax25rtd/ax25rtd.conf
@@ -10,8 +10,8 @@
# The size of the caches. When the cache is full, the oldest entry
# gets removed.
#
-ax25-maxroutes 256
-ip-maxroutes 256
+ax25-maxroutes 4096
+ip-maxroutes 4096
#
# Port config
# ===========