scrcpy/app
Romain Vimont 4662198261 Do not release TCP sockets while still in use
SDLNet_TCP_Close() not only closes, but also release the resources.

Therefore, we must not close the socket if another thread attempts to
read it.

For that purpose, move socket closing from server_stop() to
server_destroy().
2018-02-09 12:59:36 +01:00
..
src Do not release TCP sockets while still in use 2018-02-09 12:59:36 +01:00
tests Swap position/point names 2018-01-29 14:52:22 +01:00
meson.build Move control-related code to screencontrol.c 2018-02-08 18:14:50 +01:00