From: Allan Stephens Date: Mon, 24 Oct 2011 19:26:24 +0000 (-0400) Subject: tipc: Ignore broadcast acknowledgements that are out-of-range X-Git-Tag: v3.3-rc1~182^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3655959143ebf1fd32e28a448d204be2f7f13e99;p=pandora-kernel.git tipc: Ignore broadcast acknowledgements that are out-of-range Adds checks to TIPC's broadcast link so that it ignores any acknowledgement message containing a sequence number that does not correspond to an unacknowledged message currently in the broadcast link's transmit queue. This change prevents the broadcast link from becoming stalled if a newly booted node receives stale broadcast link acknowledgement information from another node that has not yet fully synchronized its end of the broadcast link to reflect the current state of the new node's end. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed