Throttling network speed for WebSockets Throttling network speed for WebSockets google-chrome google-chrome

Throttling network speed for WebSockets


If you are using Linux, have a look on traffic shaping using "tc" command. You can also use it to slow a connection down. Doing it in network low level stack is better than doing it in server. You can also use random drops etc. with tc.