implemented more aggressive MOBIKE path probing

do not queue more than one MOBIKE task
This commit is contained in:
Martin Willi
2007-09-28 08:22:37 +00:00
parent 052d58feaf
commit f215e91999
4 changed files with 100 additions and 24 deletions
+8
View File
@@ -71,6 +71,14 @@ struct ike_mobike_t {
* @param packet the packet to transmit
*/
void (*transmit)(ike_mobike_t *this, packet_t *packet);
/**
* @brief Check if this task is probing for routability.
*
* @param this calling object
* @return TRUE if task is probing
*/
bool (*is_probing)(ike_mobike_t *this);
};
/**