I am working on a problem where I suspect there is an issue with network delay and timeouts. I currently can't reproduce it because I am unable to reproduce the delay part quite the way I want. Is there a tool available I can use to just arbitrarily delay outgoing network traffic by x seconds?

link|improve this question
Similar question: superuser.com/questions/297103/… – RedGrittyBrick Aug 8 '11 at 18:00
feedback

1 Answer

I don't know about a tool, but conceptually, you have to do one of two things.

  1. Route all traffic though a proxy (hosted locally) that will hold onto it for a certain time stretch and then send it on.
  2. Change the driver somehow so that it delays the traffic.

I would definitely go for option 1.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.