Avoid unnecessary warning during neighbour discovery

This commit is contained in:
Jeremy Lakeman 2012-08-14 13:57:13 +09:30
parent dd78c11db0
commit 51de755be2

View File

@ -275,7 +275,7 @@ int overlay_route_init(int mb_ram)
}
if (debug&DEBUG_OVERLAYROUTING)
DEBUGF("Generating byte-order for hash function:%s", strbuf_str(b));
overlay_route_hash_bytes=16;
overlay_route_hash_bytes=12;
int associativity=4;
int bin_count=1;