diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2004-01-09 23:54:24 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2004-01-09 23:54:24 +0000 |
| commit | ad52416410f27bf41b3445da4bf56dae84eef983 (patch) | |
| tree | 1d5d6080dce103968f3f17067ef0fe411bb6b7a2 /sys | |
| parent | e715b78ac052baddb314f6fbbe9bdba596638b7f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet6/ip6_fw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_fw.c b/sys/netinet6/ip6_fw.c index 370ff7872003..11faa80e9ba1 100644 --- a/sys/netinet6/ip6_fw.c +++ b/sys/netinet6/ip6_fw.c @@ -810,6 +810,8 @@ got_match: *m = 0; break; } + if (tcp->th_flags & TH_SYN) + ack++; seq = 0; flags = TH_RST|TH_ACK; } |
