On Sunday 13 October 2013 02:50:17 Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
If possible, operations like ntohs/ntohl should not be performed too often. Use a variable to locally store the converted value and then use it.
Signed-off-by: Antonio Quartulli antonio@open-mesh.com
routing.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
Applied in revision 60087ff (master branch).
Thanks, Marek