We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Liu, 我在Ubuntu 14.04 LTS下server端编译完libevent2和json-c还需要加入下面3行才能运行: ln -s /usr/local/lib/libevent-2.2.so.1 /usr/lib/libevent-2.2.so.1 ln -s /usr/local/lib/libevent-2.2.so.3 /usr/lib/libevent-2.2.so.3 ln -s /usr/local/lib/libjson-c.so.3 /usr/lib/libjson-c.so.3 我在跑youtube测试,配合ssr可以reach 10M-15Mbps左右。4k很勉强,2k没问题。有时会出现切换视频卡死,需要重启server端。大概是vps比较烂。 建议的话,希望直接在luci界面编辑client.json,这样比较方便2边参数同步,避免不必要的bug(我是把两边参数都配成一样再重启路由器运行的)。 Great thanks for your work!
The text was updated successfully, but these errors were encountered:
@JollyTRjano u can use : ldconfig /usr/local
good suggestion, we will use command like kcptun to simplify xkcptun's implementation
Sorry, something went wrong.
No branches or pull requests
Hi Liu,
我在Ubuntu 14.04 LTS下server端编译完libevent2和json-c还需要加入下面3行才能运行:
ln -s /usr/local/lib/libevent-2.2.so.1 /usr/lib/libevent-2.2.so.1
ln -s /usr/local/lib/libevent-2.2.so.3 /usr/lib/libevent-2.2.so.3
ln -s /usr/local/lib/libjson-c.so.3 /usr/lib/libjson-c.so.3
我在跑youtube测试,配合ssr可以reach 10M-15Mbps左右。4k很勉强,2k没问题。有时会出现切换视频卡死,需要重启server端。大概是vps比较烂。
建议的话,希望直接在luci界面编辑client.json,这样比较方便2边参数同步,避免不必要的bug(我是把两边参数都配成一样再重启路由器运行的)。
Great thanks for your work!
The text was updated successfully, but these errors were encountered: