A Discrete-Event Network Simulator
API
ns3::SixLowPanNetDevice::ContextEntry Struct Reference

Structure holding the informations for a context (used in compression and decompression) More...

+ Collaboration diagram for ns3::SixLowPanNetDevice::ContextEntry:

Public Attributes

bool compressionAllowed
 compression and decompression allowed (true), decompression only (false) More...
 
Ipv6Prefix contextPrefix
 context prefix to be used in compression/decompression More...
 
Time validLifetime
 validity period More...
 

Detailed Description

Structure holding the informations for a context (used in compression and decompression)

Definition at line 610 of file sixlowpan-net-device.h.

Member Data Documentation

◆ compressionAllowed

bool ns3::SixLowPanNetDevice::ContextEntry::compressionAllowed

compression and decompression allowed (true), decompression only (false)

Definition at line 613 of file sixlowpan-net-device.h.

Referenced by ns3::SixLowPanNetDevice::FindMulticastCompressionContext(), and ns3::SixLowPanNetDevice::FindUnicastCompressionContext().

◆ contextPrefix

Ipv6Prefix ns3::SixLowPanNetDevice::ContextEntry::contextPrefix

context prefix to be used in compression/decompression

Definition at line 612 of file sixlowpan-net-device.h.

Referenced by ns3::SixLowPanNetDevice::FindMulticastCompressionContext(), and ns3::SixLowPanNetDevice::FindUnicastCompressionContext().

◆ validLifetime

Time ns3::SixLowPanNetDevice::ContextEntry::validLifetime

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