osd-contiki/examples/trickle-library
Peter A. Bigot eecb2c6183 examples/trickle-library: correct probability expression
Documented intent is to update with probability 1/NEW_TOKEN_PROB where
NEW_TOKEN_PROB is 0x80.  The current implementation updates with probability
1/2.  Update NEW_TOKEN_PROB and the expression to keep existing behavior
while correcting the calculation.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2013-06-17 13:03:37 -05:00
..
Makefile Add an example demonstrating trickle timers 2013-05-19 21:51:10 +01:00
trickle-library.c examples/trickle-library: correct probability expression 2013-06-17 13:03:37 -05:00
trickle-library.csc Add an example demonstrating trickle timers 2013-05-19 21:51:10 +01:00