counts bytes associated with a Flow More...
#include <flow.hpp>
Public Member Functions | |
FlowCounter (const Flow &flow) | |
void | incr_src (time_t current_time, size_t bytes) |
void | incr_dst (time_t current_time, size_t bytes) |
const Flow & | flow () const |
size_t | bytes_to_src () const |
size_t | bytes_to_dst () const |
time_t | modified_at () const |
counts bytes associated with a Flow