Git Product home page Git Product logo

dearplain / fast-shadowsocks Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 11.0 298 KB

在shadowsocks-go基础上加快传输层,配置和使用方法不变。(注意client端和server端要配合使用,不兼容以前的shadowsocks-go)。下载:https://github.com/dearplain/fast-shadowsocks/releases

License: Apache License 2.0

Makefile 0.88% Go 86.67% Shell 12.34% Batchfile 0.12%
proxy shadowsocks

fast-shadowsocks's People

Contributors

clowwindy avatar cyfdecyf avatar ddatsh avatar dearplain avatar defia avatar defp avatar genzj avatar hugozhu avatar thomasf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

fast-shadowsocks's Issues

Simple-obfs

Can i use fast-shadowsocks with simple-obfs plugin?

Speed Test

kcptun

参数:
client_windows_amd64 -r "xxxx:2001" -l ":8388" -mode fast3 -nocomp -autoexpire 900 -sockbuf 16777217 -dscp 46

kcptun

fast-shadowsocks

fast-shadowsocks

Frequent page hangs

I'm experiencing many issues with hung connections when using the fast-shadowsocks library in a transparent proxy. This occurs on some page but not others. For instance, google.com works perfectly every time but the following URL consistently hangs before all resources have loaded:

https://itunes.apple.com/us/app/lightstreamer-stock-list-apns/id430328811?mt=8

Facebook and many other sites do the same.

I'm using shadowsocks as a drop-in replacement for a TCP transport. My code looks something like this:
transport := &http.Transport{ Dial: func(network, addr string) (net.Conn, error) { rawAddr, err := ss.RawAddr(addr) if (err != nil) { return nil, err } conn, err := DialWithRawAddrKCP(rawAddr, serverAddr, cipher.Copy()) if (err != nil) { return nil, err } return conn, err }}

I've discovered that killing the local process will instantly cause the browser to crash with an error, so I suspect that the connection is not being close for some reason.

Any thoughts or assistance is apprecated!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.