Function pfwl_defragmentation_enable_ipv4¶
Defined in File peafowl.h
Function Documentation¶
-
uint8_t
pfwl_defragmentation_enable_ipv4(pfwl_state_t *state, uint16_t table_size)¶ Enables IPv4 defragmentation. It is enabled by default.
- Return
0 if succeeded, 1 otherwise.
- Parameters
state: A pointer to the library state.table_size: The size of the table to be used to store IPv4 fragments informations.