排除拥塞控制的IP包: SYN-ECE-CWR

This commit is contained in:
lanrenwo 2022-09-30 09:59:54 +08:00
parent e483da10e1
commit edb2d2e19b
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ func logAudit(cSess *sessdata.ConnSession, pl *sessdata.Payload) {
case flags & 0x19:
// URG
return
case flags & 0xC2:
// SYN-ECE-CWR
return
}
}
s := utils.BytesToString(key)