chore: modify tproxy mark to be compatible with 32-bit devices

This commit is contained in:
mzz2017
2023-02-08 22:13:57 +08:00
committed by mzz
parent ef31269b3b
commit 00b8c6079e
3 changed files with 8 additions and 8 deletions

View File

@ -113,6 +113,6 @@ var (
)
const (
TproxyMark uint32 = 0x80000000
TproxyMark uint32 = 0x8000000
LoopbackIfIndex = 1
)