mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
parent
4f56174c8f
commit
3b63a3d308
1 changed files with 11 additions and 11 deletions
|
@ -349,20 +349,20 @@ namespace ServiceLib.Models
|
||||||
public string? path { get; set; }
|
public string? path { get; set; }
|
||||||
public string? host { get; set; }
|
public string? host { get; set; }
|
||||||
public string? mode { get; set; }
|
public string? mode { get; set; }
|
||||||
public string? scMaxEachPostBytes { get; set; }
|
public object? scMaxEachPostBytes { get; set; }
|
||||||
public string? scMaxConcurrentPosts { get; set; }
|
public object? scMaxConcurrentPosts { get; set; }
|
||||||
public string? scMinPostsIntervalMs { get; set; }
|
public object? scMinPostsIntervalMs { get; set; }
|
||||||
public Xmux4Ray? xmux { get; set; }
|
//public Xmux4Ray? xmux { get; set; }
|
||||||
public object? extra { get; set; }
|
public object? extra { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Xmux4Ray
|
//public class Xmux4Ray
|
||||||
{
|
//{
|
||||||
public int? maxConcurrency { get; set; }
|
// public object? maxConcurrency { get; set; }
|
||||||
public int? maxConnections { get; set; }
|
// public object? maxConnections { get; set; }
|
||||||
public int? cMaxReuseTimes { get; set; }
|
// public object? cMaxReuseTimes { get; set; }
|
||||||
public int? cMaxLifetimeMs { get; set; }
|
// public object? cMaxLifetimeMs { get; set; }
|
||||||
}
|
//}
|
||||||
|
|
||||||
public class HttpSettings4Ray
|
public class HttpSettings4Ray
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue