Type signature: (wrench->[wrench])
Usage:
listen-wrench-tcp [OPTION]... PORT
Allowed options:
| Option | Description |
|---|---|
| --help | produce help message |
| --port PORT | listen on TCP port number PORT |
| --no-metadata | don't include metadata (e.g. sdgps version, command line) in output |
| --write-port FILENAME | write TCP port being used to FILENAME (useful with PORT = 0, which chooses any available port) |
| --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 |