summaryrefslogtreecommitdiffstats
path: root/src/rx_check.cpp
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-03-03 11:40:57 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-03-03 11:40:57 +0200
commite33e37ef326a7b240e152ee8e7a1ec8ac6cd749d (patch)
tree74a57054ea5cb91e4aa0e61baaacc9bcfddc72e0 /src/rx_check.cpp
parent6d69e95c296d2a2f3081a3934f89f25321e47182 (diff)
changing "latency" to "rx" + rx core options logic fix
indentation fix, whitespace cleanup
Diffstat (limited to 'src/rx_check.cpp')
-rwxr-xr-xsrc/rx_check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rx_check.cpp b/src/rx_check.cpp
index 7e81ef28..bfaa4ddb 100755
--- a/src/rx_check.cpp
+++ b/src/rx_check.cpp
@@ -388,7 +388,7 @@ void RxCheckManager::handle_packet(CRx_check_header * rxh){
m_tw.restart_timer(&lf->m_aging_timer_handle,m_cur_time+std::max(rxh->m_aging_sec,(uint16_t)5));
/* teminate flow if needed */
if ( lf->is_all_pkts_seen() ){
- /* handel from termination */
+ /* handle from termination */
m_tw.stop_timer(&lf->m_aging_timer_handle);
lf->set_aged_correctly();
on_flow_end(lf);