mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.9k stars 375 forks source link

Is it possible to track TCP streams in multi-threaded environment? #425

Open m-peko opened 3 years ago

m-peko commented 3 years ago

Hi there,

Is it possible to track TCP streams in multi-threaded environment, meaning that NOT all TCP packets of one stream end up in one thread in the right order.

Thanks and regards