#include "ipv4-flow-classifier.h"
#include "ns3/packet.h"
#include "ns3/tcp-header.h"
#include "ns3/udp-header.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
bool | ns3::operator< (const Ipv4FlowClassifier::FiveTuple &t1, const Ipv4FlowClassifier::FiveTuple &t2) |
Less than operator. | |
bool | ns3::operator== (const Ipv4FlowClassifier::FiveTuple &t1, const Ipv4FlowClassifier::FiveTuple &t2) |
Equal to operator. | |
Variables | |
const uint8_t | ns3::TCP_PROT_NUMBER = 6 |
TCP Protocol number. | |
const uint8_t | ns3::UDP_PROT_NUMBER = 17 |
UDP Protocol number. | |