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

Unified Diff: src/internet/model/ipv4-raw-socket-impl.cc

Issue 5784049: A new templated static method Ipv4RoutingHelper::GetRouting that allows search for any routing prot… (Closed)
Patch Set: Created 12 years 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/internet/model/ipv4-l3-protocol.cc ('k') | src/internet/model/ipv4-static-routing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet/model/ipv4-raw-socket-impl.cc
===================================================================
--- a/src/internet/model/ipv4-raw-socket-impl.cc
+++ b/src/internet/model/ipv4-raw-socket-impl.cc
@@ -318,7 +318,7 @@
{
Ptr<Packet> copy = p->Copy ();
// Should check via getsockopt ()..
- if (this->m_recvpktinfo)
+ if (IsRecvPktInfo ())
{
Ipv4PacketInfoTag tag;
copy->RemovePacketTag (tag);
« no previous file with comments | « src/internet/model/ipv4-l3-protocol.cc ('k') | src/internet/model/ipv4-static-routing.h » ('j') | no next file with comments »

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