blob: 653d292de3cd69330d950e786337dc115b107abf (
plain)
1
2
3
4
5
6
7
|
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Options which will be passed to rtl_tcp.
# Default is listen on localhost with default port 1234 on first device.
# See `rtl_tcp -h` for all available options.
RTL_TCP_OPTIONS="-a localhost -d0 -p 1234"
|