2 years ago
Continuous packet loss
Product: Apex Legends Platform:PC Please specify your platform model. PC AMD or Nvidia Model Number 3070ti 8G Enter RAM memory size in GB 16G 2*8G What is your gamertag/PSN ID/EA Account name? 不...
@cnasticI had a similar issue on PC. I found that the problem was caused by the default packet size set in Windows. Your MTU value may be too large which does not affect most internet activities but can cause packet loss issues on critical internet activities such as playing Apex.
Try the following (read all the steps first before you do anthing)
netsh interface ipv4 show subinterfaces ping www.google.com -f -l 1500 (keep lowering 1500 until you have no losses) netsh interface ipv4 set subinterface “Name of Adapter” mtu=(number) store=persistent