net/mbuffer: new port, mbuffer 20260511

This commit is contained in:
c0dev0id
2026-07-08 11:09:09 +02:00
parent d393e4551d
commit 00c32ca2ed
5 changed files with 56 additions and 0 deletions

10
net/mbuffer/pkg/DESCR Normal file
View File

@@ -0,0 +1,10 @@
mbuffer is a tool for buffering data streams with unique features:
- direct support for TCP based network targets (IPv4 and IPv6)
- ability to send to multiple targets in parallel (distribution mode)
- support for multiple volumes
- I/O rate limitation
- high/low watermark based restart criteria
- configurable buffer size
- on the fly MD5 hash calculation
- highly efficient, multi-threaded implementation