Commit 905f95f3 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Send hellos more agressively after association.

parent 86c6f5d0
......@@ -175,7 +175,7 @@ update_neighbour(struct neighbour *neigh, int hello, int hello_interval)
}
/* Make sure to give neighbours some feedback early after association */
if((neigh->reach & 0xFC00) == 0x8000) {
if((neigh->reach & 0xBF00) == 0x8000) {
/* A new neighbour */
send_hello(neigh->network);
send_ihu(neigh, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment