micro 发表于 2006-1-6 21:15:07

置顶的帖子3213服务端里带的那个UDPSOFT 的pingboost 好象不应该使用了

以下是来自官方的说明

HLDS -pingboost
To use just plug -pingboost 1,2 or 3 into your command line.

From: hlds_linux-admin@list.valvesoftware.com]hlds_linux-admin@list.valvesoftware.com
on behalf of Alfred
Sent: 13. juli 2002 07:18
To: hlds_linux@list.valvesoftware.com]hlds_linux@list.valvesoftware.com
Subject: Re: 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 参数替代

windgao 发表于 2006-2-24 00:30:37

回复: 置顶的帖子3213服务端里带的那个UDPSOFT 的pingboost 好象不应该使用了

我使用I386直接赋予权限和修改启动脚本之后就可以正常启动服务,而且速度是一级棒的,
但是当我更换成AMD64位之后,当然也包括系统也是64位FREEBSD之后就启动不了了。有点郁闷中。。。
页: [1]
查看完整版本: 置顶的帖子3213服务端里带的那个UDPSOFT 的pingboost 好象不应该使用了