Replies: 1 comment 1 reply
-
这里面 UDP 转发的情况下 stream 本身不用来传输数据,只是保持连接,用 close 作为 UDP session 关闭的信号。把 deadline 设到 stream 上相当于给 UDP session 定了个固定的关闭时间了(因为 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/HyNetwork/hysteria/blob/aad4c44b3d4f885a118026e692c59110ba709d49/pkg/core/client.go#L322-L326
提出这个问题的原因是Clash.Meta为了支持Hysteria,针对这个结构体做了以下的改动:
https://github.com/MetaCubeX/Clash.Meta/blob/81d5c8b3e8b876817f6bcc3601bf9a5fee3bb90f/transport/hysteria/core/client.go#L325-L333
Beta Was this translation helpful? Give feedback.
All reactions