Re: RT_CACHE_SIZE_MAX

David S. Miller (davem@jenolan.rutgers.edu)
Wed, 13 Aug 1997 23:01:03 -0400


Date: Thu, 14 Aug 1997 10:52:19 +0800
From: "Michael O'Reilly" <michael@metal.iinet.net.au>

Is there any danger in increasing the size of
include/net/route.h:RT_CACHE_SIZE_MAX in a 2.0.30 kernel???

This apprently controls the maximum size of the IP route cache, and
it's currently set to 256. If I changed it to 2048 (say) would
anything bad happen? :)

Just make sure you make it a power of 2 and you should be OK.