mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-14 22:19:55 +00:00
7 lines
310 B
Text
7 lines
310 B
Text
# 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"
|