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
+14
View File
@@ -51,6 +51,20 @@ typedef struct task_manager_t task_manager_t;
*/
#define RETRANSMIT_TRIES 5
/**
* Interval for mobike routability checks in ms.
*
* @ingroup sa
*/
#define ROUTEABILITY_CHECK_INTERVAL 2500
/**
* Number of routability checks before giving up
*
* @ingroup sa
*/
#define ROUTEABILITY_CHECK_TRIES 10
/**
* @brief The task manager, juggles task and handles message exchanges.