|
API Reference Manual
1.48.0
|
Reassembly capabilities. More...
#include <reassembly.h>
Data Fields | |
| odp_bool_t | ip |
| Reassembly offload for both IPv4 and IPv6 packets. More... | |
| odp_bool_t | ipv4 |
| Reassembly offload for IPv4 packets. | |
| odp_bool_t | ipv6 |
| Reassembly offload for IPv6 packets. | |
| uint64_t | max_wait_time |
| Maximum time in ns that a fragment can wait in the reassembly offload for the arrival of further fragments. | |
| uint16_t | max_num_frags |
| Maximum number of fragments that can be reassembled. | |
Reassembly capabilities.
Definition at line 30 of file spec/reassembly.h.
| odp_bool_t odp_reass_capability_t::ip |
Reassembly offload for both IPv4 and IPv6 packets.
This capability does not allow enabling reassembly for only IPv4 or only IPv6.
Definition at line 34 of file spec/reassembly.h.