ROHC compression/decompression library
|
Define the UDP part of the decompression profile context. More...
Data Fields | |
uint16_t | sport |
uint16_t | dport |
int | udp_checksum_present |
Whether the UDP checksum field is encoded in the ROHC packet or not. |
Define the UDP part of the decompression profile context.
This object must be used with the generic part of the decompression context d_generic_context.
uint16_t d_udp_context::dport |
UDP destination port
uint16_t d_udp_context::sport |
UDP source port
Whether the UDP checksum field is encoded in the ROHC packet or not.