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 */