mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-18 01:58:41 +00:00
Add maxReuseTimes
This commit is contained in:
parent
4ce65fc74c
commit
c55beec5a9
6 changed files with 36 additions and 14 deletions
|
@ -95,4 +95,6 @@ message MultiplexingConfig {
|
|||
int32 xudpConcurrency = 3;
|
||||
// "reject" (default), "allow" or "skip".
|
||||
string xudpProxyUDP443 = 4;
|
||||
// MaxReuseTimes for an connection
|
||||
int32 maxReuseTimes = 5;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue