Add synfake option

This commit is contained in:
Vadim Vetrov
2024-08-29 14:45:27 +03:00
parent 33b0ca421b
commit 0f71d5f3c4
4 changed files with 52 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ struct config_t {
unsigned int fk_winsize;
unsigned int fakeseq_offset;
unsigned int mark;
int synfake;
};
extern struct config_t config;