clowwindy
clowwindy
另外实测 linode 最低配用一个 python ss-server 进程可以轻松扛住 5k 用户日常使用。设计目标应该达到这个性能量级。
@Jokder ``` curl 'http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest' | grep ipv4 | grep CN | awk -F\| '{ printf("%s/%d\n", $4, 32-log($5)/log(2)) }' > chnroute.txt ```
可以在现有版本上通过脚本来实现。 ping server 丢包率低到一定程度自动换下一个 server。
ShadowVPN will support Shadowsocks like protocol and QRCode https://github.com/clowwindy/ShadowVPN-iOS/issues/6
@zhuzhuor No, it isn't.
Used as proxy for xunlei for several hours and memory footprint starts to go up. ``` $ ps aux|grep node 1000 29425 0.0 28.5 353452 292848 ? Sl Jun03 5:20...
Forcing gc() every few seconds seems help. c4ca46610d5cfa335aea2789508ce620bbede539
Other possible causes: - pause() is not working in 0.10 - write() buffer is too large? It seems that inbound traffic is always a bit higher than outbound traffic. 

Found a problem with crypto module https://github.com/joyent/node/issues/5949