mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-17 17:48:40 +00:00
Experiment: seed ignore buffer and send 1st fake packet instantly
This commit is contained in:
parent
e94cbc585b
commit
6a11542925
3 changed files with 54 additions and 25 deletions
|
@ -189,11 +189,11 @@ func PopulateSeed(seed string, addons *proxy.Addons) {
|
|||
LongMin: 900,
|
||||
LongMax: 1400,
|
||||
}
|
||||
addons.Delay = &proxy.DelayConfig{
|
||||
IsRandom: true,
|
||||
MinMillis: 100,
|
||||
MaxMillis: 500,
|
||||
}
|
||||
// addons.Delay = &proxy.DelayConfig{
|
||||
// IsRandom: true,
|
||||
// MinMillis: 100,
|
||||
// MaxMillis: 500,
|
||||
// }
|
||||
addons.Scheduler = &proxy.SchedulerConfig{
|
||||
TimeoutMillis: 600,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue