There will be a lot of tcp_unacked data structures we only need to keep
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 26 Aug 2005 23:05:38 +0000 (23:05 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 26 Aug 2005 23:05:38 +0000 (23:05 +0000)
commit2a4ee4105687e0bf55c3c92aa11343b4dbac0d39
tree14d5dd5892ac43cb09e71fc28cefb09e9d530362
parente37867ecfbc3245fb4016d5f9f0eb3c4fdd64957
There will be a lot of tcp_unacked data structures we only need to keep
around until they have been acked.
Use a slab allocator for these structs so that we dont keep the structs around in memory longer than we need to.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15546 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-tcp.c