Contiki 2.5
Data Fields
redundance_check Struct Reference

interface for redundance check modules More...

#include <core/net/uDTN/redundancy.h>

Data Fields

void(* init )(void)
 called by agent at startup
 
uint8_t(* check )(uint32_t bundle_number)
 checks if bundle was delivered before
 
uint8_t(* set )(uint32_t bundle_number)
 sets that bundle was delivered
 

Detailed Description

interface for redundance check modules

Definition at line 43 of file redundancy.h.