A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::SixLowPanNetDevice::ContextEntry Struct Reference

Structure holding the information 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)
 
Ipv6Prefix contextPrefix
 context prefix to be used in compression/decompression
 
Time validLifetime
 validity period
 

Detailed Description

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

Definition at line 643 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 646 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 645 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: