Type signature: (wrench->[wrench])
Usage:
listen-wrench-unix [OPTION]... PATH
Allowed options:
| Option | Description |
|---|---|
| --help | produce help message |
| --socket-path PATH | listen on UNIX socket at PATH |
| --no-metadata | don't include metadata (e.g. sdgps version, command line) in output |
| --buffer-size BUFFER_SIZE (=128) | buffer BUFFER_SIZE MB of data for smoothing out network jitter/congestion |
| --never-drop-data | block instead of dropping data if no clients are connected or a client is reading too slowly |
| --one-client | only accept one client; end pipeline if client disconnects |