Conversation
yuhan6665
commented
Sep 14, 2025
- Always apply NoTerminationSignal
|
这个很奇怪 |
|
|
|
|
- Always apply NoTerminationSignal
For Mux, we need to use pipe to guard against multiple sub-connections writing back responses at the same time
|
在 Vmess 加锁我觉得不对 因为是全局锁 而 pipe 是锁单个连接 |
|
修好了 你们看一下 mux server 和 reverse portal 这样改行不行 |
|
我觉得 VMess inbound 倒是无所谓,只是往 Mux/Reverse 再加 pipe 这种事情尽量避免吧 |
9ebd6ad to
d418401
Compare
我试了一下 shadowsocks inbound 使用 DispatchLink 也有同样的问题 也就是说 |
感觉有点怪,难道是因为 VLESS 的加解密是额外的 Read/Write? |
Donno, but in deed vmess/shadowsocks use writeMultiBuffer() instead of conn write() |
|
话说现在没用 DispatchLink() 的入站是不是只剩 SS VMess Trojan |
Wireguard |