scrcpy/app
Romain Vimont dc7fcf3c7a Accept port range
Accept a range of ports to listen to, so that it does not fail if
another instance of scrcpy is currently starting.

The range can be passed via the command line:

    scrcpy -p 27183:27186
    scrcpy -p 27183  # implicitly 27183:27183, as before

The default is 27183:27199.

Closes #951 <https://github.com/Genymobile/scrcpy/issues/951>
2020-01-18 17:21:00 +01:00
..
src Accept port range 2020-01-18 17:21:00 +01:00
tests Accept port range 2020-01-18 17:21:00 +01:00
meson.build Accept port range 2020-01-18 17:21:00 +01:00
scrcpy.1 Accept port range 2020-01-18 17:21:00 +01:00