Structure holding the information for a context (used in compression and decompression) More...
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 | |
Structure holding the information for a context (used in compression and decompression)
Definition at line 637 of file sixlowpan-net-device.h.
bool ns3::SixLowPanNetDevice::ContextEntry::compressionAllowed |
compression and decompression allowed (true), decompression only (false)
Definition at line 640 of file sixlowpan-net-device.h.
Referenced by ns3::SixLowPanNetDevice::FindMulticastCompressionContext(), and ns3::SixLowPanNetDevice::FindUnicastCompressionContext().
Ipv6Prefix ns3::SixLowPanNetDevice::ContextEntry::contextPrefix |
context prefix to be used in compression/decompression
Definition at line 639 of file sixlowpan-net-device.h.
Referenced by ns3::SixLowPanNetDevice::FindMulticastCompressionContext(), and ns3::SixLowPanNetDevice::FindUnicastCompressionContext().
Time ns3::SixLowPanNetDevice::ContextEntry::validLifetime |
validity period
Definition at line 642 of file sixlowpan-net-device.h.
Referenced by ns3::SixLowPanNetDevice::FindMulticastCompressionContext(), and ns3::SixLowPanNetDevice::FindUnicastCompressionContext().