Forcing Single Thread from Multi-threaded Applications

0

I'm currently working on a packet generator, however, before moving to multi-threading from my single thread state, I thought it would be wise to compare my current results with competitors. But as far as I know, today's packet generation tools are all multi-threaded which inhibits me from comparing my single thread with the benchmarks of any other packet generators.

Therefore, I was wondering if anyone had an idea on how I could force these packet generation tools to work on a single thread level?

NolanRudolph

Posted 2019-08-19T09:08:52.143

Reputation: 26

No answers