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

Unified Diff: src/internet-stack/ipv4-raw-socket-impl.h

Issue 849047: add packet-info-tag.cc for IP_PKTINFO/IPV6_PKTINFO (Closed)
Patch Set: Remove redundant ipv4-src/dst args Created 13 years, 8 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/internet-stack/ipv4-l4-protocol.h ('k') | src/internet-stack/ipv4-raw-socket-impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet-stack/ipv4-raw-socket-impl.h
===================================================================
--- a/src/internet-stack/ipv4-raw-socket-impl.h
+++ b/src/internet-stack/ipv4-raw-socket-impl.h
@@ -4,6 +4,7 @@
#include "ns3/socket.h"
#include "ns3/ipv4-header.h"
#include "ns3/ipv4-route.h"
+#include "ns3/ipv4-interface.h"
#include <list>
namespace ns3 {
@@ -40,7 +41,7 @@
Address &fromAddress);
void SetProtocol (uint16_t protocol);
- bool ForwardUp (Ptr<const Packet> p, Ipv4Header ipHeader, Ptr<NetDevice> device);
+ bool ForwardUp (Ptr<const Packet> p, Ipv4Header ipHeader, Ptr<Ipv4Interface> incomingInterface);
private:
virtual void DoDispose (void);
« no previous file with comments | « src/internet-stack/ipv4-l4-protocol.h ('k') | src/internet-stack/ipv4-raw-socket-impl.cc » ('j') | no next file with comments »

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