mirror of https://github.com/bjdgyc/anylink.git
排除拥塞控制的IP包: SYN-ECE-CWR
This commit is contained in:
parent
e483da10e1
commit
edb2d2e19b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue