mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 19:51:34 +01:00
Merge branch 'master' of github.com:mfontanini/libtins into develop
Conflicts: examples/dns_stats.cpp include/tins/sniffer.h src/sniffer.cpp
This commit is contained in:
@@ -204,7 +204,7 @@ int main(int argc, char* argv[]) {
|
||||
auto info = monitor.stats().get_information();
|
||||
cout << "\rAverage " << info.average.count()
|
||||
<< "ms. Worst: " << info.worst.count() << "ms. Count: "
|
||||
<< info.count;
|
||||
<< info.count << " ";
|
||||
cout.flush();
|
||||
sleep_for(seconds(1));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user