From 8cfee8a38c5d45242a52eb2f03a8aba97ed51a3e Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 23 Oct 2015 14:31:06 -0700 Subject: [PATCH] Changed to more appropriate APP_POLL_FREQ --- netcon/NetconEthernetTap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index ad573fed1..cc72ef919 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -49,7 +49,7 @@ #include "Intercept.h" #include "NetconUtilities.hpp" -#define APPLICATION_POLL_FREQ 5 +#define APPLICATION_POLL_FREQ 20 #define ZT_LWIP_TCP_TIMER_INTERVAL 10 #define STATUS_TMR_INTERVAL 500 // How often we check connection statuses