How do I artificially increase the latency for a device in my network?

1

I want to test how ping would affect my gameplay on Call of Duty on PS4 and was wondering if there was a way to add about 100ms latency to my PS4's network connection?

jcasias1976

Posted 2014-11-23T17:17:04.190

Reputation: 11

What is your question? – Prasanna – 2014-11-23T17:24:12.577

Is there any way of adding about 100ms ping to ones connection? – jcasias1976 – 2014-11-23T17:25:35.667

do you want to ping a particular machine every 100ms? – Prasanna – 2014-11-23T17:29:26.813

Depends. What network hardware do you have? – slhck – 2014-11-23T17:33:52.147

Router and modem – jcasias1976 – 2014-11-23T17:38:10.333

1What practical use would this test be? You cannot influence your ping to an online game in any positive manner other than move closer to where the servers are hosted. Higher ping will make the game feel 'laggy'. If it's a shoot em up against other online players, you'll lose more often. – Tetsujin – 2014-11-23T17:53:24.823

Well I just wanted to test it – jcasias1976 – 2014-11-23T18:01:03.163

Answers

1

The simplest mechanism is to route all the traffic through a secondary box that is running, for example, Linux, where you have access to tools such as tc which allow you to manipulate the traffic in many ways.

Getting the PS4 to route the traffic is a matter of statically configuring the route to go through that device (I'm on a phone so detailing how to accomplish that is a matter of googling).

You can introduce delays, randomized packet loss, maximum bandwidth allocations; all of which can be used to simulate many network conditions.

Petesh

Posted 2014-11-23T17:17:04.190

Reputation: 461

Thank you I will look to google for solutions to routing traffic – jcasias1976 – 2014-11-23T19:36:51.117