pastseq by default

Pastseq is a way more stable than randseq since some providers just drop packets with invalid conntrack state.
This commit is contained in:
Vadim Vetrov 2024-08-21 11:53:10 +03:00 committed by GitHub
parent a859472ef3
commit e62d76e1d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@ extern struct config_t config;
#ifndef FAKING_STRATEGY
#define FAKING_STRATEGY FAKE_STRAT_RAND_SEQ
#define FAKING_STRATEGY FAKE_STRAT_PAST_SEQ
#endif
#if !defined(SILENT) && !defined(KERNEL_SPACE)