Must start with id=1
This commit is contained in:
parent
f94d2109d9
commit
a3712bac77
1 changed files with 2 additions and 2 deletions
|
@ -328,8 +328,8 @@ void algo_rr_init(struct evt_core_ctx* ctx, struct algo_ctx* app_ctx, struct alg
|
||||||
rr->mjit = 200;
|
rr->mjit = 200;
|
||||||
rr->my_links = 0xff;
|
rr->my_links = 0xff;
|
||||||
rr->remote_links = 0xff;
|
rr->remote_links = 0xff;
|
||||||
rr->sent_health_id = 0;
|
rr->sent_health_id = 1;
|
||||||
rr->sent_content_id = 0;
|
rr->sent_content_id = 1;
|
||||||
rr->health_id = 0;
|
rr->health_id = 0;
|
||||||
rr->health_id_late = 0;
|
rr->health_id_late = 0;
|
||||||
rr->content_id = 0;
|
rr->content_id = 0;
|
||||||
|
|
Loading…
Reference in a new issue