mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
wgengine/filter: remove redundant code
no generated code change.
This commit is contained in:
parent
7038c09bc9
commit
d98ef5699d
@ -347,7 +347,7 @@ func (f *Filter) runIn4(q *packet.Parsed) (r Response, why string) {
|
|||||||
// can't be initiated without first sending a SYN.
|
// can't be initiated without first sending a SYN.
|
||||||
// It happens to also be much faster.
|
// It happens to also be much faster.
|
||||||
// TODO(apenwarr): Skip the rest of decoding in this path?
|
// TODO(apenwarr): Skip the rest of decoding in this path?
|
||||||
if q.IPProto == packet.TCP && !q.IsTCPSyn() {
|
if !q.IsTCPSyn() {
|
||||||
return Accept, "tcp non-syn"
|
return Accept, "tcp non-syn"
|
||||||
}
|
}
|
||||||
if f.matches4.match(q) {
|
if f.matches4.match(q) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user