mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Removing ack_above_hole event.
This was a subset of content_gap and led to plenty noise. Addresses BIT-688.
This commit is contained in:
parent
ca3f7eadbe
commit
75e3f9bc69
6 changed files with 15 additions and 38 deletions
|
@ -536,7 +536,6 @@ void TCP_Reassembler::AckReceived(uint64 seq)
|
|||
{
|
||||
++tot_gap_events;
|
||||
tot_gap_bytes += num_missing;
|
||||
tcp_analyzer->Event(ack_above_hole);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue