[Feature request]:支持为hysteria2单个节点配置上下行速度和支持修改端口跳跃时间
相关问题
支持为hysteria2单个节点配置上下行速度和支持修改端口跳跃时间
描述你希望的解决方案
目前v2rayN在对hysteria2的上下行速度进行处理时,是在设置->参数设置里面进行统一配置以使用brutal的拥塞控制算法。
这是非常不合理的,因为每个节点对应的服务器都可能存在不相同的带宽极限
如果不设置上下行速度,那么将采用默认的bbr算法,hysteria2将会丧失一大特点
如果设置不合理的带宽速度,由于hysteria2的特性会导致较大的性能损耗,建议将上下行速度精确到每个节点配置。
官方对此的解释:brutal的拥塞控制细节
Brutal 如果带宽设置低于实际最大值也能正常运行;相当于限速。
重要的是不要将其设置得高于实际最大值
否则会因为补偿机制导致连接速度慢、不稳定,且浪费流量。
然后就是希望能支持对单节点配置端口跳跃时间,hysteria2默认时间是10s,这对某些UDP QoS严重的地区会导致经常断连,最好是给用户一个能自己配置的选项。
描述你所考虑的替代方案
No response
我确认已查询历史issues
- [x] 是
Hi @emptysuns , I’ve read through your feature request and I understand the need for per-node upload/download speed settings and custom port hopping intervals in hysteria2. I’d like to work on implementing these features in v2rayN.
Could you please confirm if there are any specific constraints or requirements I should keep in mind while adding these per-node configurations?
Thanks!
Hi @emptysuns , I’ve read through your feature request and I understand the need for per-node upload/download speed settings and custom port hopping intervals in hysteria2. I’d like to work on implementing these features in v2rayN.
Could you please confirm if there are any specific constraints or requirements I should keep in mind while adding these per-node configurations?
Thanks!
感谢您的付出 希望能实现的功能如下:
- 能够为单节点配置上下行速度
- 能够为单节点配置端口跳跃时间
- 能够为单节点配置quic参数(这对发挥带宽优势来说至关重要) 请参考: https://v2.hysteria.network/docs/advanced/Full-Server-Config/#quic-parameters
Thank you for your contributions.
I hope to implement the following features:
-
Configuring upload and download speeds for a single config.
-
Configuring porthop time for a single config.
-
Configuring the quic parameter for a single node (this is crucial for maximizing bandwidth).
Please refer to: https://v2.hysteria.network/docs/advanced/Full-Server-Config/#quic-parameters
Hi @emptysuns , I’ve read through your feature request and I understand the need for per-node upload/download speed settings and custom port hopping intervals in hysteria2. I’d like to work on implementing these features in v2rayN. Could you please confirm if there are any specific constraints or requirements I should keep in mind while adding these per-node configurations? Thanks!
感谢您的付出 希望能实现的功能如下:
- 能够为单节点配置上下行速度
- 能够为单节点配置端口跳跃时间
- 能够为单节点配置quic参数(这对发挥带宽优势来说至关重要) 请参考: https://v2.hysteria.network/docs/advanced/Full-Server-Config/#quic-parameters
Thank you for your contributions.
I hope to implement the following features:
- Configuring upload and download speeds for a single config.
- Configuring porthop time for a single config.
- Configuring the quic parameter for a single node (this is crucial for maximizing bandwidth).
Please refer to: https://v2.hysteria.network/docs/advanced/Full-Server-Config/#quic-parameters
Thanks for the clarification, @emptysuns! I understand now, I’ll work on adding:
Per-node upload/download speed configuration
Per-node port hop interval
Per-node QUIC parameters (as per the linked documentation)
I’ll go through the hysteria2 docs and start drafting an implementation plan. I’ll share a progress update soon.
计划等 xray 实现 hy2 ,然后再根据情况处理