Microchip® Advanced Software Framework

    Header file for Trickle (reliable single source flooding) for Rime
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se
#include "sys/ctimer.h"
#include "net/rime/broadcast.h"
#include "net/queuebuf.h"

Data Structures

struct  trickle_callbacks
 
struct  trickle_conn
 

Macros

#define TRICKLE_ATTRIBUTES
 

Functions

void trickle_close (struct trickle_conn *c)
 
void trickle_open (struct trickle_conn *c, clock_time_t interval, uint16_t channel, const struct trickle_callbacks *cb)
 
void trickle_send (struct trickle_conn *c)