On 12/02/14 09:49, Andrew Lunn wrote:
On Tue, Feb 11, 2014 at 01:48:13PM +0100, Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
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.
Yeah I should definitely improve it. Actually the refactoring has been done to allow batman-adv to easily save the last_unicast_tx time. But you are right, I should explain it better.
Thanks!