From 0ba754ce7778e237e3366825f0bf95feec387fbb Mon Sep 17 00:00:00 2001 From: Pavel Boyko Date: Fri, 30 Oct 2009 12:15:20 +0300 Subject: [PATCH] [aodv] cosmetics --- src/routing/manet/aodv/aodv.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routing/manet/aodv/aodv.h b/src/routing/manet/aodv/aodv.h index 0a51ae3f3..569382848 100644 --- a/src/routing/manet/aodv/aodv.h +++ b/src/routing/manet/aodv/aodv.h @@ -76,8 +76,6 @@ * This technique require direct access to IP header, which contradict assertion from AODV RFC that AODV works over UDP. Our model use UDP * for simplicity, but this disable us to implement protocol optimizations. We don't use low layer raw socket, because they are not portable. * - - */ */ #endif /* AODV_H */