On Tue, Jun 16, 2009 at 11:21 AM, InfRes <[email protected]>wrote:
> > While not exactly .Net related, the answer may be useful to others > here... > > We have a very asyncronous web app believed to be ready to go live, > but I believe it may have errors > that will only become apparent on an unstable laggy network (Internet) > > in particular If packets arrive in the wrong order, I expect the app > will die a horrible death... > > so, does anyone know of a proxy that can delay selected packets (an > drop some too) > > Thanks > > Steven If you are using TCP you don't have to worry about the packet order, that is handled for you at a lower level. Are you using UDP or TCP? Jim
