re: TCP hash table sizing

David S. Miller (davem@redhat.com)
Fri, 19 Oct 2001 16:27:54 -0700 (PDT)


Ben had suggested a sysctl tunable, well it turns out that that
isn't even implementable.

It's actually impossible to change the size of the TCP established
hash table at run time.

It has to do with per-hashchain locking. Every possible scheme fails
in one way or another.

So at best we could provide a boot time option, but thats about the
extent of it. I have no problem with this though, anyone is free to
send me privately patches to do that. :-)

Franks a lot,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/