Structure holding the informations for a context (used in compression and decompression) More...
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... | |
Structure holding the informations for a context (used in compression and decompression)
Definition at line 607 of file sixlowpan-net-device.h.
bool ns3::SixLowPanNetDevice::ContextEntry::compressionAllowed |
compression and decompression allowed (true), decompression only (false)
Definition at line 610 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 609 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 611 of file sixlowpan-net-device.h.
Referenced by ns3::SixLowPanNetDevice::FindMulticastCompressionContext(), and ns3::SixLowPanNetDevice::FindUnicastCompressionContext().