A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::ofi::SwitchPacketMetadata Struct Reference

Packet Metadata, allows us to track the packet's metadata as it passes through the switch. More...

#include <openflow-interface.h>

Public Attributes

ofpbuf * buffer
 The OpenFlow buffer as created from the Packet, with its data and headers.
 
Address dst
 Destination Address of the Packet when the Packet is received.
 
Ptr< Packetpacket
 The Packet itself.
 
uint16_t protocolNumber
 Protocol type of the Packet when the Packet is received.
 
Address src
 Source Address of the Packet when the Packet is received.
 

Detailed Description

Packet Metadata, allows us to track the packet's metadata as it passes through the switch.

Definition at line 332 of file openflow-interface.h.


The documentation for this struct was generated from the following file: