Commit Graph

3 Commits (0d2268ddfcc65462a53fc7f27dcc68ae87c8ecf8)

Author SHA1 Message Date
Philippe Antoine d47dba27bf all: remove unused literals 3 years ago
Jeff Lucovsky 31793aface time: Replace struct timeval with scalar value
Issue: 5718

This commit switches the majority of time handling to a new type --
SCTime_t -- which is a 64 bit container for time:
- 44 bits -- seconds
- 20 bits -- useconds
3 years ago
Victor Julien 7a044a99ee Defrag engine
Big rewrite of defrag engine to make it more scalable and fix some
locking logic flaws.

Now uses a hash of trackers similar to Flow and Host hashes.
14 years ago