Hello,

I am looking for a container in which I could store TCP segments sorted by TCP connection ID (quint32 srcIP, quint16 srcPort, quint32 dstIP, quint16 dstPort), and by sequence number. TCP segments would be added individually to container, but deleted would be every TCP segement from TCP connection in which FIN segment appear.
What container would be the best for that?