Add PacketEncoding parameter

This commit is contained in:
H1JK
2022-06-03 00:42:46 +00:00
parent 8f44125856
commit 1fe1fda285
7 changed files with 22 additions and 5 deletions

View File

@@ -31,6 +31,8 @@ public class Outbound
public StreamSettings streamSettings { get; set; }
public string packetEncoding { get; set; }
public Mux mux { get; set; }
}
@@ -54,6 +56,8 @@ public class Mux
{
public bool enabled { get; set; }
public string packetEncoding { get; set; }
public int concurrency { get; set; }
}