all the things

This commit is contained in:
c0dev0id
2023-01-10 11:45:28 +01:00
parent f3db1ea486
commit 7a9bbf0168
143 changed files with 15515 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

5
net/mbuffer/pkg/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v$
@bin bin/mbuffer
@man man/man1/mbuffer.1
share/examples/mbuffer/
share/examples/mbuffer/mbuffer.rc