nf_free

Stops the filtering thread, breaks all filtered connections and deletes filtering rules.
void nf_free()

Remarks

This function aborts all filtered TCP connections, which means that all unsent buffered data will be lost. To avoid this it is possible to remove the filtering rules with a call nf_deleteRules, and wait until the filtered connections will close gracefully.