5

I am developing C#/.NET application and at production site we have some exotic 30Kbps Ethernet network link. I am testing my app on network card 100Mbps and all works, but is seems some queuing behaves differently on slow links.

How do I set my desktop Ethernet Network card to speed 30Kbps to simulate my production site?

Mark_55
  • 155
  • 1
  • 9

1 Answers1

2

Have a look at http://netlimiter.com/ - you can use it to throttle bandwidth down to what you need.

ct_
  • 2,269
  • 1
  • 16
  • 28