Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
Lag Question

 
Post new topic   Reply to topic Printable version
 View previous topic  PriitK Directory Server Post :: Post Having problems with .dll files  View next topic  
Author Message
CypherJF
I gargle nitroglycerin


Gender:Gender:Male
Joined: Aug 14 2003
Posts: 2582
Location: USA
Offline

PostPosted: Tue Jul 20, 2004 12:51 pm    Post subject: Lag Question Reply to topic Reply with quote

[CypherJF] C: 200 Avg: 1550 L: 180 H: 5090 S2C: 0.6 C2S: 0.0 S2CW: -93.-6

How do the heck does a player (or me in this case icon_wink.gif) get a - value. ? Or what is up w/ that thing -93.-6 o.o
_________________
Performance is often the art of cheating carefully. - James Gosling
Back to top
View users profile Send private message Add User to Ignore List
Mr Ekted
Movie Geek


Gender:Gender:Male
Joined: Feb 09 2004
Posts: 1379
Offline

PostPosted: Tue Jul 20, 2004 2:30 pm    Post subject: Reply to topic Reply with quote

The server counts the # weapon packets it has sent you, and your client counts the # weapon packets it receives. The formula is then:

Code: Show/Hide
S2CW = (sent - recv) * 1000 / sent;


If recv > sent, then S2CW goes negative. The code to display the percent is something like:

Code: Show/Hide
sprintf(buf, "...S2CW: %d.%d", s2cw / 10, s2cw % 10);


How can recv > sent you ask? It's possible there's a bad router sending double packets. People who consistently get negative ploss seem to have their own router/firewalls, and when I have them try without it, the problem goes away.
_________________
4,691 irradiated haggis!
Back to top
View users profile Send private message Add User to Ignore List
CypherJF
I gargle nitroglycerin


Gender:Gender:Male
Joined: Aug 14 2003
Posts: 2582
Location: USA
Offline

PostPosted: Tue Jul 20, 2004 3:43 pm    Post subject: Reply to topic Reply with quote

Our ISP has been been acting very dumb, been having very huge S2Cs like 18+ recently; I've thought about calling them, but what am I going to say. "Oh this game Im playing is showing I have huge ploss". LOL.. I doubt they'd care :/
Back to top
View users profile Send private message Add User to Ignore List
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> General Questions All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 32 page(s) served in previous 5 minutes.

phpBB Created this page in 0.496965 seconds : 27 queries executed (95.2%): GZIP compression disabled