mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-21 06:36:45 +02:00
- iperf and iperf3 can coexist without special configuration - Rename the openrc script to align with the name of the binary - Use supervise-daemon, sidestepping issues with previous init script's PID directory missing - Document the default iperf3 as TCP/5201 (TCP/5001 is for iperf2)
3 lines
125 B
Bash
3 lines
125 B
Bash
# Default option for iperf3: --server (runs in TCP/5201 mode)
|
|
# For further server options check --help flag
|
|
command_args=""
|