Code Monkey home page Code Monkey logo

Comments (19)

trivita avatar trivita commented on July 30, 2024

so what do you think

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

learning QUIC, possible improvements by:

  1. Tail Loss Probe
  2. Stream ARQ & Connection Window
  3. Proportional Rate Reduction
  4. Early Retransmit

The full scenario of loss recovery contains:
Fast retransmit, TLP, RTO, FEC

from kcptun.

trivita avatar trivita commented on July 30, 2024

i knew you're going to implement QUIC someday hihihi.
nice move man but still that's a lot to take in.

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

oui, it's complexer & harder than i previously thought.

from kcptun.

jannson avatar jannson commented on July 30, 2024

几天太忙,来观摩大神,大神头像都换了?这个确实是好东西!

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

很难,先学习

from kcptun.

kuoruan avatar kuoruan commented on July 30, 2024

大神,release的时候能不能同时写上中文啊,英语渣。

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

@kuoruan 明天补上 😄

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

@kuoruan 中文已添加

from kcptun.

kuoruan avatar kuoruan commented on July 30, 2024

@trivita 感谢

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

@kuoruan 0627更新,中文也加了

from kcptun.

monkeyyeyy avatar monkeyyeyy commented on July 30, 2024

大神,我的VPS是IPV6的,本地也是IPV6的,我尝试了下,貌似不支持IPV6啊。
另外还有一个问题,如果我的SS是多用户,服务器端的start.sh怎么写才能同时加速多个端口呢?

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

@monkeyyeyy 肯定是支持ipv6的,没有做任何限制,只要你输入的地址是ipv6的。
只能加速一个端口,多端口需要启动多对client/server

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

@monkeyyeyy
https://golang.org/src/net/dial.go?s=5682:5730#L181

Dial("tcp", "[2001:db8::1]:http")
Dial("tcp", "[fe80::1%lo0]:80")
Dial("tcp", ":80")

from kcptun.

AllenChow avatar AllenChow commented on July 30, 2024

mac系统下能用吗?

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

@AllenChow 当然能啊,软件就是在MAC系统开发的, release下面有darwin版

from kcptun.

AllenChow avatar AllenChow commented on July 30, 2024

@xtaci 感谢,在windows下和mac下都部署了一下,成功运行,效果不错!

from kcptun.

kmahyyg avatar kmahyyg commented on July 30, 2024

@xtaci 回报一些问题:
网络及软件环境: Chrome53+shadowsocks-libev latest Win7 云南电信
VPS: Bandwagonhost Los Angeles

  1. 100Mbps专线下加速效果良好,速度不错。

  2. 然而遇到QoS一多的长宽20Mbps就不行了,瞬时加速效果有极端明显,但是连接极其不稳定,基本ytb提速1x,但是连接最多就是连接1s中断5s的节奏,很糟糕。请求建议!

  3. 同等网络下Japan Sakura的NTT线路ytb稳定1900kbps+

    -sndwnd 1792 -rcvwnd 1792 -mtu 1350 --key "" -dscp 46

from kcptun.

xtaci avatar xtaci commented on July 30, 2024

对于长宽这种没有任何办法,你只能再通过一台国内服务器做中转。

from kcptun.

Related Issues (20)

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.