From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 25 Jan 2011 22:54:19 +0100 References: <1295878321-17159-1-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1295878321-17159-1-git-send-email-lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201101252254.20537.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: make broadcast seqno operations atomic Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Monday 24 January 2011 15:12:01 Marek Lindner wrote: > Batman-adv could receive several payload broadcasts at the same time > that would trigger access to the broadcast seqno sliding window to > determine whether this is a new broadcast or not. If these incoming > broadcasts are accessing the sliding window simultaneously it could > be left in an inconsistent state. Therefore it is necessary to make > sure this access is atomic. Applied in revision 1913. Regards, Marek