fasthash seems to create problems (#57) and has not been update since a long time. It is used only to dispatch packets from the same flows to worker threads.
Replace fasthash with other functions, XOR+FNV being the new default. In the future, this will be configurable
fasthash
seems to create problems (#57) and has not been update since a long time. It is used only to dispatch packets from the same flows to worker threads.Replace
fasthash
with other functions, XOR+FNV being the new default. In the future, this will be configurable