锐速 vs lotspeed [依然是老牌锐速能打,毕竟是商业软件]
都是hy2 配置一样,同一个机器,机器配置1G内存,1Gbps带宽。
1.锐速是接管了Linux TCP栈,具体可以查看他的白皮书。
2.lotspeed只是一个带有学习模式的拥塞算法。
lotspeed 实现了zeta-tcp白皮书前两个步骤
Loading image...
Please wait a moment
Retry 0
PNG
🖼️
Failed to Load Image
Unable to load the image. Please check your connection.
Loading image...
Please wait a moment
Retry 0
PNG
🖼️
Failed to Load Image
Unable to load the image. Please check your connection.
Loading image...
Please wait a moment
Retry 0
PNG
🖼️
Failed to Load Image
Unable to load the image. Please check your connection.
原版本锐速
Loading image...
Please wait a moment
Retry 0
PNG
🖼️
Failed to Load Image
Unable to load the image. Please check your connection.
Loading image...
Please wait a moment
Retry 0
PNG
🖼️
Failed to Load Image
Unable to load the image. Please check your connection.
Loading image...
Please wait a moment
Retry 0
PNG
🖼️
Failed to Load Image
Unable to load the image. Please check your connection.
锐速配置如下
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
accif="eth0"
acc="1"
advacc="1"
advinacc="1"
wankbps="1000000"
waninkbps="1000000"
csvmode="1"
highcsv="1"
subnetAcc="0"
maxmode="1"
maxTxMinSsThresh="1048575"
maxTxEffectiveMS="0"
maxAccFlowTxKbps="0"
pcapEnable="0"
bypassOverFlows="1"
initialCwndWan="50"
l2wQLimit="256 2048"
w2lQLimit="256 2048"
shrinkPacket="0"
retranWaitListMS="32"
halfCwndMinSRtt="500"
halfCwndLossRateShift="3"
shaperEnable="1"
tcpOnly="1"
smBurstMS="16"
smBurstMin="16000"
smBurstTolerance="32768"
flowShortTimeout="30000"
rsc="1"
gso="1"
ultraBoostWin="0"
minSsThresh="8 24"
dbcRttThreshMS=""
smMinKbps=""
lanSegment=""
txCongestObey="1"
taskSchedDelay="1000 1000"
configTimeout="30"
tcpFlags="0x0"
udptun=""
synRetranMS="0"
shrinkOSWmem="0"
mpoolMaxCache="7368000"
engineNum="0"
accppp="0"
shortRttMS="0"
packetWrapper="256"
pmtu=""
detectInterrupt="0"
byteCacheEnable="0"
dataCompEnable="0"
httpCompEnable="1"
byteCacheMemory="250" #MB
byteCacheDisk="0" #MB
diskDev="/var/AppEx_Cache"
#ipHooks="0"
#ipRxHookPri=""
#ipTxHookPri=""
dropCache="0"
txcsum="0"
rxcsum="0"
usermode=0
licenseGen=0
checkLicense=0
accpath="/proc/net/appex"
apxexe="/serverspeeder/bin/acce-3.10.61.12-[CentOS_3.10.0-229.1.2.el7.x86_64]"
apxlic="/serverspeeder/etc/apx.lic"
serial="xxxxx”
email="xx@xxxxxx”
installerID="=QzM"
|