From bef5d86a10ec8f75fe341abb6ad58948107ec56e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 29 Sep 2019 19:03:16 -0400 Subject: increase socket buffer size for firemon, bug #2700 --- src/firemon/firemon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/firemon/firemon.c') diff --git a/src/firemon/firemon.c b/src/firemon/firemon.c index b3c435d9e..dad3b0afb 100644 --- a/src/firemon/firemon.c +++ b/src/firemon/firemon.c @@ -26,6 +26,7 @@ #include pid_t skip_process = 0; +int arg_debug = 0; static int arg_route = 0; static int arg_arp = 0; static int arg_tree = 0; @@ -142,7 +143,8 @@ int main(int argc, char **argv) { printf("firemon version %s\n\n", VERSION); return 0; } - + else if (strcmp(argv[i], "--debug") == 0) + arg_debug = 1; // options without a pid argument else if (strcmp(argv[i], "--top") == 0) arg_top = 1; -- cgit v1.2.3-70-g09d2