mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-05-14 18:09:05 +00:00
Experiment: seed ignore buffer and send 1st fake packet instantly
This commit is contained in:
@@ -191,11 +191,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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user