mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-15 01:57:41 +00:00
defect 669
token retransmits dont work under heavy load. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@721 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
58e7e0f3c0
commit
68ae4e8b3c
@ -3577,7 +3577,9 @@ if (random()%100 < 50) {
|
||||
return (0);
|
||||
}
|
||||
#endif
|
||||
cancel_token_retransmit_timeout (); // REVIEWED
|
||||
if (system_from->sin_addr.s_addr != my_id.sin_addr.s_addr) {
|
||||
cancel_token_retransmit_timeout ();
|
||||
}
|
||||
|
||||
/*
|
||||
* If the message is foreign execute the switch below
|
||||
|
Loading…
Reference in New Issue
Block a user