The port hash function is just (lport & mask), so it makes no sense to
permit more than IPPORT_MAX hash table entries. On larger-memory
systems this just ends up wasting memory.
Also change the lbgroup hash table size to porthash_max, since it uses
the lport as a hash.