mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
Avoid unnecessary warning during neighbour discovery
This commit is contained in:
parent
dd78c11db0
commit
51de755be2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user