mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-26 21:24:14 +00:00
New config file
This commit is contained in:
parent
002da9a24b
commit
461526a265
6 changed files with 36 additions and 34 deletions
|
@ -31,7 +31,7 @@ message Config {
|
|||
}
|
||||
|
||||
message LimitFallback {
|
||||
double bytes_per_sec = 1;
|
||||
sint64 burst_bytes_per_sec = 2;
|
||||
sint64 after_bytes = 3;
|
||||
uint64 bytes_per_sec = 1;
|
||||
uint64 burst_bytes_per_sec = 2;
|
||||
uint64 after_bytes = 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue