mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 01:12:39 +00:00
Fix problem where retransmissions don't occur resulting in failure to receive
condition. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2685 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
576614109e
commit
084d19cddc
@ -2475,7 +2475,7 @@ static int orf_token_rtr (
|
||||
* but only retry if there is room in the retransmit list
|
||||
*/
|
||||
|
||||
range = instance->my_high_seq_received - instance->my_aru;
|
||||
range = orf_token->seq - instance->my_aru;
|
||||
assert (range < QUEUE_RTR_ITEMS_SIZE_MAX);
|
||||
|
||||
for (i = 1; (orf_token->rtr_list_entries < RETRANSMIT_ENTRIES_MAX) &&
|
||||
|
Loading…
Reference in New Issue
Block a user