1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-03-02 14:44:41 +03:00
2022-01-03 12:38:18 +03:00

8 lines
122 B
C

#pragma once
typedef enum
{
// frag=drop but do not fix checksum
pass = 0, modify, drop, frag
} packet_process_result;