david415 / HoneyBadger

Quantum Insert detector/recorder
GNU General Public License v3.0
305 stars 39 forks source link

Look and make sure we are using our Ring-list efficiently #88

Open david415 opened 8 years ago

david415 commented 8 years ago

we use a ring-list, a circular doubly linked list, to store our historic assembled ordered TCP stream segments, however we should make sure to check that we are using this ring-list structure efficiently when walking the ring in search of a stream segment.