From: Antonio Quartulli <[email protected]> Date: Wed, 9 May 2012 13:12:53 +0200
> + /** > + * Mark the forwarded packet when it is not coming from our best > + * next hop. We still need to forward the packet for our neighbor > + * link quality detection to work in case the packet originated > + * from a single hop neighbor. Otherwise we can simply drop the > + * ogm. > + */ Start comments with "/*" not "/**", and properly indent these lines.
