1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-03-02 22:54:41 +03:00

8 lines
122 B
C
Raw Normal View History

2021-03-04 14:30:38 +03:00
#pragma once
typedef enum
{
2022-01-03 12:38:18 +03:00
// frag=drop but do not fix checksum
pass = 0, modify, drop, frag
2021-03-04 14:30:38 +03:00
} packet_process_result;