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 633 of file sixlowpan-net-device.h.
| bool ns3::SixLowPanNetDevice::ContextEntry::compressionAllowed |
compression and decompression allowed (true), decompression only (false)
Definition at line 636 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 635 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 638 of file sixlowpan-net-device.h.
Referenced by ns3::SixLowPanNetDevice::FindMulticastCompressionContext(), and ns3::SixLowPanNetDevice::FindUnicastCompressionContext().