BuildHeader added + support of raw socket in ipv4-l3-protol added

This commit is contained in:
Borovkova Elena
2009-07-28 14:23:22 +04:00
parent 807146f0b0
commit ff7cc0bd55
6 changed files with 82 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ public:
Address &fromAddress);
void SetProtocol (uint16_t protocol);
bool ForwardUp (Ptr<const Packet> p, Ipv4Header ipHeader, Ptr<NetDevice> device);
bool ForwardUp (Ptr<const Packet> p, Ptr<NetDevice> device);
private:
virtual void DoDispose (void);
@@ -63,4 +63,4 @@ private:
} // namespace ns3
#endif /* IPV4_RAW_SOCKET_IMPL_H */
#endif /* RAW_SOCKET_IMPL_H */