Thread Closed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cs:s server constant lag spikes
#13
What that is telling us is that you are receiving a large amount of data at a slower rate (from the server) than necessary to keep the game running smoothly :

- "In : 576" is the size of the incoming packets from the server.
- "7.05k/s" is the rate in kilobytes (per second) that you are receiving the packets of data from the server.
- "33.3/s" is the times per second your computer is receiving info from the server.

The amount of "in" updates should never exceed the servers tickrate (in this case, 66). As you're experiencing no loss or choke, then no packets are being lost or not received by you. That means that you are taking in and sending all the packets that you should be, but there is too much going on, which causes this lag spike in your game. You see, you're taking in too much and sending out too much all at the same time, and your network can't handle that.

I think that's right?
If you read this, you suck.

Messages In This Thread
cs:s server constant lag spikes - by 8girls12cups - Sep 12 2011, 05:37 AM
RE: cs:s server constant lag spikes - by Matt - Sep 12 2011, 07:07 AM
RE: cs:s server constant lag spikes - by M. Bison - Sep 12 2011, 07:17 AM
RE: cs:s server constant lag spikes - by M. Bison - Sep 12 2011, 07:47 AM
RE: cs:s server constant lag spikes - by ARYA! - Sep 12 2011, 09:33 AM
RE: cs:s server constant lag spikes - by I, The Rival - Sep 12 2011, 11:31 AM
RE: cs:s server constant lag spikes - by DandyAndy - Sep 12 2011, 03:41 PM
RE: cs:s server constant lag spikes - by Zenk - Sep 12 2011, 07:02 PM
RE: cs:s server constant lag spikes - by chun - Sep 12 2011, 09:13 PM
RE: cs:s server constant lag spikes - by Matt - Sep 12 2011, 10:07 PM
RE: cs:s server constant lag spikes - by ARYA! - Sep 12 2011, 10:09 PM
RE: cs:s server constant lag spikes - by Anubis - Sep 12 2011, 11:16 PM
RE: cs:s server constant lag spikes - by ARYA! - Sep 12 2011, 11:39 PM
RE: cs:s server constant lag spikes - by Matt - Sep 13 2011, 09:21 AM

Users browsing this thread: 1 Guest(s)