changeset 4472 | e20a31541404 |
parent 3820 | c04ecfdce1ef |
child 6334 | c9373f264dfe |
4471:ef1730710767 | 4472:e20a31541404 |
---|---|
1 #ifndef IPV4_RAW_SOCKET_IMPL_H |
1 #ifndef IPV4_RAW_SOCKET_IMPL_H |
2 #define IPV4_RAW_SOCKET_IMPL_H |
2 #define IPV4_RAW_SOCKET_IMPL_H |
3 |
3 |
4 #include "ns3/socket.h" |
4 #include "ns3/socket.h" |
5 #include "ns3/ipv4-header.h" |
5 #include "ns3/ipv4-header.h" |
6 #include "ns3/ipv4-route.h" |
|
6 #include <list> |
7 #include <list> |
7 |
8 |
8 namespace ns3 { |
9 namespace ns3 { |
9 |
10 |
10 class NetDevice; |
11 class NetDevice; |