Skip to content

Commit

Permalink
use multiplexing
Browse files Browse the repository at this point in the history
  • Loading branch information
reflog committed Dec 16, 2024
1 parent 715d456 commit 2af666d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoListeners.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ func getProtoListenersArgs(p *Proxy) []protoListenerArgs {
p.wrapMultiplexing(p.listenShadowsocks),
},
{"water", p.WaterAddr, p.listenWATER},
{"vmess", p.VMessAddr, p.listenVMess(p.listenTCP)},
{"vmess", p.VMessAddr, p.wrapMultiplexing(p.listenVMess(p.listenTCP))},
}
}

0 comments on commit 2af666d

Please sign in to comment.