ROHC compression/decompression library
|
Define the TCP-specific temporary variables in the profile compression context. More...
Define the TCP-specific temporary variables in the profile compression context.
This object must be used by the TCP-specific decompression context sc_tcp_context.
uint16_t tcp_tmp_variables::ip_id |
Whether the content of every TCP options was transmitted or not
Whether the structure of the list of TCP options changed in the current packet
The minimal number of bits required to encode the TCP ACK number with p = 16383
The minimal number of bits required to encode the TCP ACK number with p = 32767
The minimal number of bits required to encode the TCP ACK number with p = 63
The minimal number of bits required to encode the TCP ACK number with p = 65535
The minimal number of bits required to encode the TCP ACK number with p = 8191
The minimal number of bits required to encode the TCP scaled ACK number
The minimal number of bits required to encode the TCP option timestamp echo reply with p = 0x40000
The minimal number of bits required to encode the TCP option timestamp echo reply with p = -1
The minimal number of bits required to encode the TCP option timestamp echo request with p = 0x40000
The minimal number of bits required to encode the TCP option timestamp echo request with p = -1
The minimal number of bits required to encode the TCP sequence number with p = 16383
The minimal number of bits required to encode the TCP sequence number with p = 32767
The minimal number of bits required to encode the TCP sequence number with p = 63
The minimal number of bits required to encode the TCP sequence number with p = 65535
The minimal number of bits required to encode the TCP sequence number with p = 8191
The minimal number of bits required to encode the TCP scaled sequence number
Whether the TCP option timestamp echo request is present in packet
Whether the ACK number changed or not
uint32_t tcp_tmp_variables::ts_reply |
The value of the TCP option timestamp echo reply (in HBO)
uint32_t tcp_tmp_variables::ts_req |
The value of the TCP option timestamp echo request (in HBO)
uint8_t tcp_tmp_variables::ttl_hopl |