Skip to content

Commit

Permalink
Updated to NUD probability from 10% to 1%.
Browse files Browse the repository at this point in the history
Change will speards NUD process to more wide in big network.

Change-Id: I80606116a11b34ccbf01f07bb48a65a98641636c
  • Loading branch information
Juha Heiskanen committed Sep 11, 2018
1 parent b99d497 commit a7a1ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_common_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ typedef struct ws_bs_ie {

#define WS_PROBE_INIT_BASE_SECONDS 8

#define WS_NUD_RAND_PROBABILITY 10
#define WS_NUD_RAND_PROBABILITY 1

#define WS_NUD_RANDOM_SAMPLE_LENGTH WS_NEIGHBOR_NUD_TIMEOUT / 2

Expand Down

0 comments on commit a7a1ab3

Please sign in to comment.