|
发表于 2006-1-6 21:15:07
|
显示全部楼层
|阅读模式
来自 中国–上海–上海–徐汇区
以下是来自官方的说明
HLDS -pingboost
To use just plug -pingboost 1,2 or 3 into your command line.
From: [email="hlds_linux-admin@list.valvesoftware.com"]hlds_linux-admin@list.valvesoftware.com[/email]]hlds_linux-admin@list.valvesoftware.com
on behalf of Alfred [alfred@xxxxxxx.xxx.au]
Sent: 13. juli 2002 07:18
To: [email="hlds_linux@list.valvesoftware.com"]hlds_linux@list.valvesoftware.com[/email]]hlds_linux@list.valvesoftware.com
Subject: Re: [hlds_linux] Pingboost modes...
All the pingboot 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).
There is also an external modules called "pingbooster" by UDPSoft
(or is it UDPSoftware?). They implement something like mode "3".
As this is an external module, and was built for an older version
of HL (1108) it may not work properly any longer, and future
releases may (accidently) break it.
http://server.counter-strike.net/forums/showthread.php?t=30730
仔细看最后一段,UDPSoft 那个 boost 说是老了而且是针对 1108 的目前不应该使用了建议是用 -pingboost 参数替代 |
|