Giter Club home page Giter Club logo

Comments (5)

honwen avatar honwen commented on May 30, 2024

只支持mode, crypt, key三个参数。更多的。。。懒得写

from dockers.

gujia9999 avatar gujia9999 commented on May 30, 2024

用了几个docker只有你这个特别好! 强烈建议添加rcvwnd, sndwnd这两项,默认值速度大打折扣。。。如果能有 datashard, sndwnd, dscp,mtu这几项的话就更好了

from dockers.

honwen avatar honwen commented on May 30, 2024

好久没用,看一眼其实是留了参数KCP_EXTRA_ARGS的,将mtu, rcvwnd, sndwnd等写入KCP_EXTRA_ARGS就行。

Example: -e KCP_EXTRA_ARGS="-nocomp -mode manual -nodelay 1 -resend 1 -nc 1 -interval 10"

from dockers.

gujia9999 avatar gujia9999 commented on May 30, 2024

试了一下你说的,没成功。。显示参数设置有误

from dockers.

honwen avatar honwen commented on May 30, 2024

Test OK with:

docker run -d \
    -e "SSR=ssr://origin:chacha20-ietf:http_post_compatible:12345678" \
    -e "KCP_EXTRA_ARGS=--parityshard 9 --sndwnd 512 --dscp 3 --mtu 1122" \
    -p 8388:8388/tcp -p 8388:8388/udp -p 18388:18388/udp \
    chenhw2/ssr-kcp-server

from dockers.

Related Issues (3)

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.