Hi All

suppose i choose the function

h(k) = k mod m

where k is the key and m is the number of elements in table
i want to hash an ip address which is a long type value.

what will be a "good" m

thanx.