1 Index: linux-2.4.35.4/net/ipv4/netfilter/ip_conntrack_core.c
2 ===================================================================
3 --- linux-2.4.35.4.orig/net/ipv4/netfilter/ip_conntrack_core.c 2007-12-15 05:20:06.404205198 +0100
4 +++ linux-2.4.35.4/net/ipv4/netfilter/ip_conntrack_core.c 2007-12-15 05:20:06.772226171 +0100
6 nf_unregister_sockopt(&so_getorigdst);
9 -static int hashsize = 0;
10 +static int hashsize = 5953;
11 MODULE_PARM(hashsize, "i");
13 int __init ip_conntrack_init(void)
15 if (ip_conntrack_htable_size < 16)
16 ip_conntrack_htable_size = 16;
18 - ip_conntrack_max = 8 * ip_conntrack_htable_size;
19 + ip_conntrack_max = ip_conntrack_htable_size;
21 printk("ip_conntrack version %s (%u buckets, %d max)"
22 " - %Zd bytes per conntrack\n", IP_CONNTRACK_VERSION,