diff --git a/lib/bbheader_source_impl.cc b/lib/bbheader_source_impl.cc index e5e5ea9..dfa9027 100644 --- a/lib/bbheader_source_impl.cc +++ b/lib/bbheader_source_impl.cc @@ -329,7 +329,7 @@ namespace gr { pcap_close(descr); throw std::runtime_error("Error calling pcap_set_snaplen()\n"); } - if (pcap_set_buffer_size(descr, 1024 * 1024) != 0) { + if (pcap_set_buffer_size(descr, 1024 * 1024 * 16) != 0) { pcap_close(descr); throw std::runtime_error("Error calling pcap_set_buffer_size()\n"); }