add --fifo option

This commit is contained in:
wangyu-
2017-10-24 09:04:47 -05:00
parent 740e10bd04
commit 6c0642c37e
5 changed files with 106 additions and 29 deletions

1
misc.h
View File

@@ -89,6 +89,7 @@ extern int generate_iptables_rule_add;// if --gen-add is set
extern int debug_resend; // debug only
extern char key_string[1000];// -k option
extern char fifo_file[1000];
extern raw_mode_t raw_mode;