mirror of
https://github.com/bol-van/zapret.git
synced 2026-01-03 23:28:48 +03:00
nfqws: improve postnat workaround
This commit is contained in:
10
nfq/nfqws.h
10
nfq/nfqws.h
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum
|
||||
{
|
||||
// frag=drop but do not fix checksum
|
||||
pass = 0, modify, drop, frag, modfrag
|
||||
} packet_process_result;
|
||||
#define VERDICT_PASS 0
|
||||
#define VERDICT_MODIFY 1
|
||||
#define VERDICT_DROP 2
|
||||
#define VERDICT_MASK 3
|
||||
#define VERDICT_NOCSUM 4
|
||||
|
||||
Reference in New Issue
Block a user