Merge remote-tracking branch 'origin/topic/awelzel/pcap-reading-configurable-buffer'

* origin/topic/awelzel/pcap-reading-configurable-buffer:
  iosource/pcap: Support configurable buffer size
  util/setvbuf: Respect buf argument
This commit is contained in:
Arne Welzel 2023-10-11 15:20:17 +02:00
commit 94a8cf2a09
10 changed files with 64 additions and 3 deletions

3
NEWS
View file

@ -121,6 +121,9 @@ Changed Functionality
- Parameter lists for functions, events and hooks now use commas instead of
semicolons in error messages or when printing such functions.
- The IO buffer size used for PCAP file reading is now always 128kb. This
new default can be changed via ``Pcap::bufsize_offline_bytes``.
Removed Functionality
---------------------