File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
#define TTL 50 /* Time To Live of broadcast messages */
77
77
#define PURGE_TIMEOUT 200000u /* purge originators after time in ms if no valid packet comes in -> TODO: check influence on TQ_LOCAL_WINDOW_SIZE */
78
78
#define TQ_LOCAL_WINDOW_SIZE 64 /* sliding packet range of received originator messages in squence numbers (should be a multiple of our word size) */
79
- #define TQ_GLOBAL_WINDOW_SIZE 10
79
+ #define TQ_GLOBAL_WINDOW_SIZE 5
80
80
#define TQ_LOCAL_BIDRECT_SEND_MINIMUM 1
81
81
#define TQ_LOCAL_BIDRECT_RECV_MINIMUM 1
82
82
#define TQ_TOTAL_BIDRECT_LIMIT 1
85
85
* hop penalty is applied "twice"
86
86
* when the packet comes in and if rebroadcasted via the same interface
87
87
*/
88
- #define TQ_HOP_PENALTY 5
88
+ #define TQ_HOP_PENALTY 10
89
89
#define DEFAULT_ROUTING_CLASS 30
90
90
91
91
You can’t perform that action at this time.
0 commit comments