585620c102
since libc rand() returns a signed int, there were frequently problems with timer values wrapping. By reverting to random_rand(), we can provide a random generator that returns an unsigned and the timer problems are solved. |
||
---|---|---|
.. | ||
example-abc.c | ||
example-collect.c | ||
example-mesh.c | ||
example-meshconn.c | ||
example-multihop.c | ||
example-polite.c | ||
example-rucb.c | ||
example-rudolph0.c | ||
example-rudolph1.c | ||
example-rudolph2.c | ||
example-runicast.c | ||
example-trickle.c | ||
example-unicast.c | ||
Makefile |