|
Contiki-Inga 3.x
|
A structure with callback functions for a polite connection. More...
#include <core/net/rime/polite.h>
Data Fields | |
| void(* | recv )(struct polite_conn *c) |
| Called when a packet is received on the connection. | |
| void(* | sent )(struct polite_conn *c) |
| Called when a packet is sent on the connection. | |
| void(* | dropped )(struct polite_conn *c) |
| Called when a packet is dropped because a packet was heard from a neighbor. | |
1.8.3.1