CLIENT_HASH_SIZE
for (x = 0; x < CLIENT_HASH_SIZE; x++) {
static client_bucket_t client_hash[CLIENT_HASH_SIZE];
#define CLIENT_HASH(id) (&client_hash[((id) & (CLIENT_HASH_SIZE - 1))])