satori-com / tcpkali

Fast multi-core TCP and WebSockets load generator.
Other
2.29k stars 199 forks source link

--delay-send fix #48

Closed vlm closed 7 years ago

vlm commented 7 years ago

Fix --delay-send option so it doesn't consume 100% CPU while waiting, and plays with --message-rate nicely.

Before that the number of unsent bytes would accumulate for the period for which the --delay-send option was in effect, creating a small message storm after the delay.