A Discrete-Event Network Simulator
API
ns3::orLayer Struct Reference

structure holding details resulting from layer decryption of an onion message More...

#include "onion-routing.h"

Public Attributes

uint8_t * innerLayer
 inner content of the onion message without the next hop address More...
 
uint16_t innerLayerLen
 length of the inner content of the onion message More...
 
uint8_t * nextHopIP
 ip address given in the serialized form More...
 

Detailed Description

structure holding details resulting from layer decryption of an onion message

Definition at line 22 of file onion-routing.h.

Member Data Documentation

◆ innerLayer

uint8_t * ns3::orLayer::innerLayer

inner content of the onion message without the next hop address

Definition at line 24 of file onion-routing.h.

Referenced by ns3::OnionRouting::PeelOnion(), and ns3::SensorNode::ProcessOnionHead().

◆ innerLayerLen

uint16_t ns3::orLayer::innerLayerLen

length of the inner content of the onion message

Definition at line 25 of file onion-routing.h.

Referenced by ns3::OnionRouting::PeelOnion(), and ns3::SensorNode::ProcessOnionHead().

◆ nextHopIP

uint8_t * ns3::orLayer::nextHopIP

ip address given in the serialized form

Definition at line 23 of file onion-routing.h.

Referenced by ns3::OnionRouting::PeelOnion(), and ns3::SensorNode::ProcessOnionHead().


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