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:
Steven Dake 2005-06-29 21:34:08 +00:00
parent 58e7e0f3c0
commit 68ae4e8b3c

View File

@ -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