mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-03 04:54:30 +01:00
Tunnel host and port are only meaningful in "adb forward" mode. They indicate where the client must connect to communicate with the server. In "adb reverse" mode, the client _listens_, it does not _connect_. Refs #2807 <https://github.com/Genymobile/scrcpy/pull/2807>