https://wiki.strongswan.org/projects/strongswan/wiki/AndroidVPNClientBuild
- Preparing the dev environment(Build on Ubuntu 14.04 amd64 to prevent various issues), see the [Doc] [1]
- Preparing the source code:
./autogen.sh && ./configure && make dist
- Preparing the dev environment with Android sdk and ndk for further development
- http://shorewall.net/Accounting.html
- https://github.com/ntop/ntopng
- https://blog.vortorus.net/2009/04/05/monitoring-traffic-with-munin-and-shorewall/
- https://collectd.org/wiki/index.php/Plugin:IPTables
- https://unix.stackexchange.com/questions/41765/traffic-stats-per-network-port
- https://github.com/collectd
L4/L7 Load balancing for shadowsocks
前几天写了一个GoAgent开多线程教程,里面提到使用Shadowsocks前置代理GoAgent,一直有网友发帖问如何操作,现在明确一下具体作法。
(只讨论在windows下)
ss前置代理GoAgent主要适用于SS看视频慢的用户。因为ss没有大文件自动分段下载功能,下载大文件(看视频)的时候会产生持续的tcp连
接。这种持续的tcp连接很容易被GFW干扰GoAgent有一个独特的“大文件自动分段下载”功能,且可以多线程下载。多线程可以加快下载速度,
自动分段可以避免产生持续的tcp连接,减少被GFW干扰的可能。ss前置代理GoAgent的目的就是使用GoAgent的“大文件自动分段下载”使ss不
产生持续的tcp连接,多线程加快下载速度,改善视频体验。