Hi, this might sound a bit StackOverflow-ish, but they really hate software recommendation questions over there.
Our software at the customer site shows both sides receiving `RST` packets on a previously healthy TCP connection. To rule out our software and show that maybe something in between is doing this, we need to run a simple tool that would:
- be run at host A and host B
- establish TCP connection between A and B
- generate and chaotically send random data between each other (discarded at both ends)
- log any network errors they encounter
- re-connect on errors to continue the testing
I would write this myself, but the customer would not be willing to trust something that we ourselves would have written. Hence the question, is there such a tool (I'm sure there should be) that's widely accepted in network engineering community?
Thanks.
No comments:
Post a Comment