Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1092)

Unified Diff: src/aodv/model/aodv-routing-protocol.h

Issue 338790043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Updates for latest module changes Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/aodv/model/aodv-packet.cc ('k') | src/aodv/model/aodv-routing-protocol.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/aodv/model/aodv-routing-protocol.h
===================================================================
--- a/src/aodv/model/aodv-routing-protocol.h
+++ b/src/aodv/model/aodv-routing-protocol.h
@@ -189,7 +189,7 @@
uint16_t m_rreqRateLimit; ///< Maximum number of RREQ per second.
uint16_t m_rerrRateLimit; ///< Maximum number of REER per second.
Time m_activeRouteTimeout; ///< Period of time during which the route is considered to be valid.
- uint32_t m_netDiameter; ///< Net diameter measures the maximum possible number of hops between two nodes in the network
+ uint16_t m_netDiameter; ///< Net diameter measures the maximum possible number of hops between two nodes in the network
/**
* NodeTraversalTime is a conservative estimate of the average one hop traversal time for packets
* and should include queuing delays, interrupt processing times and transfer times.
« no previous file with comments | « src/aodv/model/aodv-packet.cc ('k') | src/aodv/model/aodv-routing-protocol.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b