Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

[Bug] too many open streams #257

Open
Aruelius opened this issue Mar 27, 2023 · 4 comments
Open

[Bug] too many open streams #257

Aruelius opened this issue Mar 27, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Aruelius
Copy link

Describe the bug【描述 bug】
quic 协议客户端开久了,就会报这个错误 Failed in DialSubConn {"connid": 201328, "error": "too many open streams"},此时部分刚建立连接的网站会打不开,Chrome 提示 ERR_CONNECTION_CLOSED
1OZTUXALS8FI31%JA1NQ(HA

但是服务端没有报错

Envs (please complete the following information):【系统环境】

Windows 10

Config file 【配置文件,客户端服务端配置都提供】

server

[[listen]]
tag = "my_vlesss1"
protocol = "vlesss"
users = [ {user = ""} ]
host = "0.0.0.0"
port = 4433
fallback = ":80"
cert = ""   # 这里既可以默认放在程序本身目录下,也可以指定完整路径
key = ""
extra.tls_minVersion = "1.2"   # 默认的 minVersion 是1.3,你还可以设成1.2,其它值无效。
extra.tls_maxVersion = "1.2"
extra.tls_cipherSuites = [ "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256"]

[[dial]]
protocol = "direct"
[[fallback]]
dest = 6060
[[fallback]]
dest = 80
path = "/asf"

client

[[listen]]
protocol = "socks5http"
host = "127.0.0.1"
port = 10800

[[dial]]
protocol = "vlesss"
uuid = ""
host = ""
port = 4433
adv = "quic"
early = true
@Aruelius Aruelius added the bug Something isn't working label Mar 27, 2023
@SakuraSakuraSakuraChan
Copy link

设置一下udp_timeout
另外你这配置有点抽象,QUIC没法TLS1.2

@e1732a364fed
Copy link
Owner

你的server的配置也没写 adv啊,是不是贴错配置了

@Aruelius
Copy link
Author

Aruelius commented Apr 5, 2023

抱歉,确实贴错了。。

server

[[listen]]
protocol = "vlesss"
uuid = ""
host = "0.0.0.0"
port = 4433
cert = ""
key = ""
adv = "quic"
early = true

[[dial]]
protocol = "direct"

@jefison
Copy link

jefison commented May 23, 2023

我有同样的问题,无论内核参数怎么改。跑一段时间以后,都报这个错。
另外 udp_timeout 在哪里设?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants