mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-27 13:44:14 +00:00
order
This commit is contained in:
parent
707a226667
commit
08944b735b
3 changed files with 9 additions and 9 deletions
|
@ -31,7 +31,7 @@ message Config {
|
|||
}
|
||||
|
||||
message LimitFallback {
|
||||
uint64 bytes_per_sec = 1;
|
||||
uint64 burst_bytes_per_sec = 2;
|
||||
uint64 after_bytes = 3;
|
||||
uint64 after_bytes = 1;
|
||||
uint64 bytes_per_sec = 2;
|
||||
uint64 burst_bytes_per_sec = 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue