You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just keep on spamming new connections that fail, tcpflood will send all the messages on first opened connection before the rest have finished connecting -> trying to close them before they were really even open while true; do tcpflood -t 127.0.0.1 -T relp-plain -p 4600 -m 123 -M "<14>1 2020-05-15T13:24:03.603Z performance-test-host performance-test-tag - - - hello" -c 10 -Y; done
The stats might be right as this might also be due to leaked connections that never gets closed, but issue remains
StrongestNumber9
changed the title
Connection count in statistics keeps on getting higher when connections fail
Connection count in statistics keeps on getting higher when connections fail (or connections get leaked)
Jul 4, 2024
Describe the bug
Expected behavior
They go back down on disconnection
How to reproduce
Just keep on spamming new connections that fail, tcpflood will send all the messages on first opened connection before the rest have finished connecting -> trying to close them before they were really even open
while true; do tcpflood -t 127.0.0.1 -T relp-plain -p 4600 -m 123 -M "<14>1 2020-05-15T13:24:03.603Z performance-test-host performance-test-tag - - - hello" -c 10 -Y; done
Software version
https://github.com/kortemik/cfe_35/tree/to-9
Additional context
Maybe related #5
The text was updated successfully, but these errors were encountered: