60 #ifndef STBROADCAST_H_
61 #define STBROADCAST_H_
70 struct stbroadcast_callbacks {
81 struct broadcast_conn c;
84 const struct stbroadcast_callbacks *u;
104 const struct stbroadcast_callbacks *u);
void stbroadcast_cancel(struct stbroadcast_conn *c)
Cancel the current stubborn message.
Header file for the Rime queue buffer management
void stbroadcast_open(struct stbroadcast_conn *c, uint16_t channel, const struct stbroadcast_callbacks *u)
Set up a stbroadcast connection.
Header file for the callback timer
void stbroadcast_set_timer(struct stbroadcast_conn *c, clock_time_t t)
Set the retransmission time of the current stubborn message.
Header file for identified best-effort local area broadcast
A stbroadcast connection.
int stbroadcast_send_stubborn(struct stbroadcast_conn *c, clock_time_t t)
Send a stubborn message.