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

Unified Diff: src/process-manager/unix-socket-fd.h

Issue 40065: IPV6_PKTINFO support with cmsg
Patch Set: Created 14 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/process-manager/unix-socket-fd.h
===================================================================
--- a/src/process-manager/unix-socket-fd.h
+++ b/src/process-manager/unix-socket-fd.h
@@ -49,6 +49,7 @@
Time GetSendTimeout (void);
bool IsRecvErr (void) const;
bool IsRecvTtl (void) const;
+ bool IsRecvPktInfo (void) const;
Ptr<Socket> m_socket;
@@ -60,6 +61,12 @@
Time m_recvTimeout;
int m_recvttl;
int m_recverr;
+ int m_recvpktinfo;
+ int m_sockchecksum;
+ int m_multicastloop;
+ int m_unicasthops;
+ int m_multicasthops;
+ int m_recvhoplimit;
};
} // namespace ns3
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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