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

Unified Diff: src/dsr/model/dsr-gratuitous-reply-table.h

Issue 4823051: Dynamic Source Routing (DSR)
Patch Set: Added .rst file for feature discriptions, updated a little in route request process Created 12 years, 4 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/dsr/model/dsr-fs-header.cc ('k') | src/dsr/model/dsr-gratuitous-reply-table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/dsr/model/dsr-gratuitous-reply-table.h
===================================================================
--- a/src/dsr/model/dsr-gratuitous-reply-table.h
+++ b/src/dsr/model/dsr-gratuitous-reply-table.h
@@ -48,12 +48,12 @@
struct GraReplyEntry
{
Ipv4Address m_replyTo;
- Ipv4Address m_replyFrom;
+ Ipv4Address m_hearFrom;
Time m_gratReplyHoldoff;
GraReplyEntry (Ipv4Address t, Ipv4Address f, Time h)
: m_replyTo (t),
- m_replyFrom (f),
+ m_hearFrom (f),
m_gratReplyHoldoff (h)
{
}
« no previous file with comments | « src/dsr/model/dsr-fs-header.cc ('k') | src/dsr/model/dsr-gratuitous-reply-table.cc » ('j') | no next file with comments »

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