Raised This Month: $51 Target: $400
 12% 

what is pingboost 3/2/1


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
UaExFanTasY
Senior Member
Join Date: Mar 2013
Location: UAE
Old 05-21-2013 , 03:59   what is pingboost 3/2/1
Reply With Quote #1

can anyone tell me what is this pingboost 3/2/1

some people write it on them cfg.file

did it do anything
UaExFanTasY is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 05-21-2013 , 05:07   Re: what is pingboost 3/2/1
Reply With Quote #2

Quote:
All the pingboost modes attempt to reduce the latency caused by the server. The default implementation adds around 20msec to each players ping (under linux).

Mode "1" reduces this by using a different wait method (a select() call). This method reduces the latency to 10msec.

Mode "2" uses a similar but slightly different method (and alarm() type call). Again, the result it 10msec worth of latency being added. NOTE that this method has the potential to hang a server in certain (terminal) situations. If anyone has used this mode recently (not the first test we did!) and it hangs please speak up

Mode "3" minimises the latency to the minimum possible level by processing a frame EVERY time a packet arrives. This causes the lowest possible latency, but can also cause extreme CPU usages (it does a complete frame for every packet, with each player sending lots of packets per second and 30 players this adds up to insane amounts of frames). Use this mode at your own risk, it will consume all available CPU, don't complain that cstrike uses too much CPU if you use this mode In a future release this mode will be tweaked to let the admin balance latencies agains CPU usage (by processing a frame every N packets).
source: srcds.com
__________________
nikooo777 is offline
UaExFanTasY
Senior Member
Join Date: Mar 2013
Location: UAE
Old 05-21-2013 , 07:02   Re: what is pingboost 3/2/1
Reply With Quote #3

thanks you ! ! !
UaExFanTasY is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode