From e33e37ef326a7b240e152ee8e7a1ec8ac6cd749d Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Thu, 3 Mar 2016 11:40:57 +0200 Subject: changing "latency" to "rx" + rx core options logic fix indentation fix, whitespace cleanup --- src/rx_check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rx_check.cpp') 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); -- cgit 1.2.3-korg