Coder Social home page Coder Social logo

crazyit / finalspeed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from d1sm/finalspeed

0.0 1.0 0.0 2.47 MB

高速双边加速软件,在高丢包,延迟环境下仍可达到90%物理带宽利用率.

Home Page: http://www.ip4a.com/c/131.html

License: GNU General Public License v2.0

Java 100.00%

finalspeed's Introduction

FinalSpeed

FinalSpeed是高速双边加速软件,可加速所有基于tcp协议的网络服务,在高丢包和高延迟环境下,仍可达到90%的物理带宽利用率,即使高峰时段也能轻松跑满带宽.

安装教程

客户端安装说明
服务端安装说明

使用帮助

需要管理员权限
java -jar finalspeed.jar -b 运行CLI版
java -jar finalspeed.jar 运行GUI版

CLI版本需要手动配置, 且配置文件与finalspeed必须处在同一目录下. clien_config.json

{
    // 下载速度,单位是 B,字节。这里换算起来就是 11MB。请把这里改成本机的下载速度
    "download_speed": 11200698, 
    // 协议:tcp 或 udp。注意:服务端如果是 OpenVZ 架构的话,则只支持 udp。
    "protocal": "udp", 
    // 服务器地址
    "server_address": "1.2.3.4", 
    // 一般不需要更改,保持默认即可。
    "server_port": 150, 
    // 不需要更改,保持默认即可。
    "socks5_port": 1083, 
    // 上传速度,单位是 B,字节。
    "upload_speed": 357469
}

port_map.json

{
    "map_list": [
        {
            // 要加速的服务器端口
            "dst_port": 12345, 
            // 本地端口
            "listen_port": 1099, 
            // 备注信息
            "name": "ss"
        }, 
        {
            "dst_port": 23456, 
            "listen_port": 2200, 
            "name": "ssh"
        }
    ]
}

论坛 http://www.d1sm.net/forum-44-1.html

finalspeed's People

Contributors

bpazy avatar d1sm avatar vfreex avatar

Watchers

 avatar

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.