Contiki 2.6
|
Implementation of the Rime module Stubborn Anonymous BroadCast (stbroadcast) More...
#include "net/rime/stbroadcast.h"
#include "net/rime.h"
#include <string.h>
Go to the source code of this file.
Functions | |
void | stbroadcast_open (struct stbroadcast_conn *c, uint16_t channel, const struct stbroadcast_callbacks *u) |
Set up a stbroadcast connection. | |
void | stbroadcast_set_timer (struct stbroadcast_conn *c, clock_time_t t) |
Set the retransmission time of the current stubborn message. | |
int | stbroadcast_send_stubborn (struct stbroadcast_conn *c, clock_time_t t) |
Send a stubborn message. | |
void | stbroadcast_cancel (struct stbroadcast_conn *c) |
Cancel the current stubborn message. |
Implementation of the Rime module Stubborn Anonymous BroadCast (stbroadcast)
Definition in file stbroadcast.c.