thorpej
Sun May 31 17:50:08 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv21285
Modified Files:
in_var.h
Log Message:
Eek, we were wasting almost half of the in_ifaddr hash space by modulo'ing
with IN_IFADDR_HASH_SIZE. Instead, AND with the hash mask computed by
hashinit().