ROHC compression/decompression library
Data Fields
sc_udp_context Struct Reference

Define the UDP part of the profile decompression context. More...

Collaboration diagram for sc_udp_context:
Collaboration graph
[legend]

Data Fields

uint8_t udp_checksum_trans_nr
 
uint16_t old_udp_check
 
struct udp_tmp_vars tmp
 UDP-specific temporary variables that are used during one single compression of packet. More...
 

Detailed Description

Define the UDP part of the profile decompression context.

This object must be used with the generic part of the decompression context rohc_comp_rfc3095_ctxt.

See also
rohc_comp_rfc3095_ctxt

Field Documentation

◆ old_udp_check

uint16_t sc_udp_context::old_udp_check

The UDP checksum in previous UDP header

◆ tmp

struct udp_tmp_vars sc_udp_context::tmp

UDP-specific temporary variables that are used during one single compression of packet.

◆ udp_checksum_trans_nr

uint8_t sc_udp_context::udp_checksum_trans_nr

The number of times the checksum field was transmitted since last change


The documentation for this struct was generated from the following file: