Function pfwl_tcp_reordering_enable

Function Documentation

uint8_t pfwl_tcp_reordering_enable(pfwl_state_t *state)

If enabled, the library will reorder out of order TCP packets (enabled by default).

Return

0 if succeeded, 1 otherwise.

Parameters
  • state: A pointer to the state of the library.