| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This seems to be specific to packet builders hardware.
on xgene this build correctly.
./mbuffer -i test.tar -p10 | ./mbuffer -q -P 90 | openssl md5 >
test0.md5
mbuffer: fatal: Cannot address so much memory
(16777216*160=2684354560>2147483647).
mbuffer: fatal: Cannot address so much memory
(16777216*160=2684354560>2147483647).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
|
|
|
|
|
| |
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
|
| |
|
| |
|
| |
|
| |
|
|
Package description:
mbuffer is a tool for buffering data streams with a large set of 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
Website: http://www.maier-komor.de/mbuffer.html
|