From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 12 Feb 2014 09:49:54 +0100 From: Andrew Lunn Message-ID: <20140212084954.GG30814@lunn.ch> References: <1392122903-805-1-git-send-email-antonio@meshcoding.com> <1392122903-805-14-git-send-email-antonio@meshcoding.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1392122903-805-14-git-send-email-antonio@meshcoding.com> Subject: Re: [B.A.T.M.A.N.] [RFC 13/23] batman-adv: add last_unicast_tx to struct neigh_node_elp 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 Cc: Antonio Quartulli On Tue, Feb 11, 2014 at 01:48:13PM +0100, Antonio Quartulli wrote: > From: Antonio Quartulli > > This timestamp registers the last time a unicast packet was > sent to a given neighbour I think this changelog needs improving. 95% of the patch is about refactoring a send function into a unicast send and a broadcast send function. The counter makes up the other 5% of the patch. Andrew