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:
Robin Sommer 2016-07-06 09:12:02 -07:00
parent ca3f7eadbe
commit 75e3f9bc69
6 changed files with 15 additions and 38 deletions

View file

@ -536,7 +536,6 @@ void TCP_Reassembler::AckReceived(uint64 seq)
{
++tot_gap_events;
tot_gap_bytes += num_missing;
tcp_analyzer->Event(ack_above_hole);
}
}