VLESS Encryption: Improve server-side tickets' expiration mechanism

https://github.com/XTLS/Xray-core/pull/5067#issuecomment-3253717319
This commit is contained in:
RPRX
2025-09-04 14:03:55 +00:00
committed by GitHub
parent d20397c15d
commit cbade89ab1
5 changed files with 72 additions and 31 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ message Config {
string decryption = 3;
uint32 xorMode = 4;
uint32 seconds_from = 5;
uint32 seconds_to = 6;
int64 seconds_from = 5;
int64 seconds_to = 6;
string padding = 7;
}