Remove packet sorter. Addresses BIT-700

This commit is contained in:
Bernhard Amann 2014-02-25 19:20:42 -08:00
parent 58eb9bbf28
commit 3f584a08fd
13 changed files with 65 additions and 650 deletions

View file

@ -1028,13 +1028,6 @@ const rpc_timeout = 24 sec &redef;
## means "forever", which resists evasion, but can lead to state accrual.
const frag_timeout = 0.0 sec &redef;
## Time window for reordering packets. This is used for dealing with timestamp
## discrepancy between multiple packet sources.
##
## .. note:: Setting this can have a major performance impact as now packets
## need to be potentially copied and buffered.
const packet_sort_window = 0 usecs &redef;
## If positive, indicates the encapsulation header size that should
## be skipped. This applies to all packets.
const encap_hdr_size = 0 &redef;