Function pfwl_defragmentation_enable_ipv6¶
Defined in File peafowl.h
Function Documentation¶
-
uint8_t
pfwl_defragmentation_enable_ipv6(pfwl_state_t *state, uint16_t table_size)¶ Enables IPv6 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 IPv6 fragments informations.