mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 05:38:51 +00:00
Temporarily disable sing-box multiplex
This commit is contained in:
parent
dafc83aa53
commit
82dea829f1
1 changed files with 13 additions and 13 deletions
|
@ -288,19 +288,19 @@ namespace v2rayN.Handler
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (_config.coreBasicItem.muxEnabled)
|
//if (_config.coreBasicItem.muxEnabled)
|
||||||
{
|
//{
|
||||||
var mux = new Multiplex4Sbox()
|
// var mux = new Multiplex4Sbox()
|
||||||
{
|
// {
|
||||||
enabled = true,
|
// enabled = true,
|
||||||
protocol = _config.mux4Sbox.protocol,
|
// protocol = _config.mux4Sbox.protocol,
|
||||||
max_connections = _config.mux4Sbox.max_connections,
|
// max_connections = _config.mux4Sbox.max_connections,
|
||||||
min_streams = _config.mux4Sbox.min_streams,
|
// min_streams = _config.mux4Sbox.min_streams,
|
||||||
max_streams = _config.mux4Sbox.max_streams,
|
// max_streams = _config.mux4Sbox.max_streams,
|
||||||
padding = _config.mux4Sbox.padding
|
// padding = _config.mux4Sbox.padding
|
||||||
};
|
// };
|
||||||
outbound.multiplex = mux;
|
// outbound.multiplex = mux;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue