Max Lv
Max Lv
Do you have `libev.a` in your `/mmc/lib`?
Try https://github.com/shadowsocks/shadowsocks-libev/commit/3f1337540e2e2c2ed68b9574b36769cbf25820d4
For any cipher change, please go to https://github.com/shadowsocks/shadowsocks-org/issues
As pcre2 is a very new library, the concern is it would get shadowsocks-libev not working on Ubuntu 14.04 and related distributions.
Let's wait another two years after 14.04 LTS reaches its end of life.
@linusyang Could you submit a pull request? I think it's a time to switch to a RE2-like regex engine.
Thanks! But be aware that we may not achieve any notable performance improvement, as most of our rules are wildcard-like and the matching strings are short. Also, I expect PCRE...
@linusyang Thanks for this comprehensive benchmark! Please submit a pull request for GNU regex. GPL licensed library is always preferred here.
`CAP_NET_ADMIN` cannot work with snap. You'd better follow the README to compile and install the app from source code.
In shadowsocks-libev, `::0` means binding to all IPv6 addresses. The design choice here is that we want to allow the user bind to all IPv6 addresses and one IPv4 address....