mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Add PacketEncoding parameter
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user