mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Even out the transmissions during the interval
This commit is contained in:
parent
f4671d63e1
commit
46ce00c173
@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: collect-common.c,v 1.1 2010/11/03 15:36:38 adamdunkels Exp $
|
||||
* $Id: collect-common.c,v 1.2 2010/11/06 11:55:15 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -50,7 +50,7 @@ static unsigned long time_offset;
|
||||
static int send_active = 1;
|
||||
|
||||
#define PERIOD 60
|
||||
#define RANDWAIT 2
|
||||
#define RANDWAIT 60
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
PROCESS(collect_common_process, "collect common process");
|
||||
|
Loading…
Reference in New Issue
Block a user