scrcpy/app
Romain Vimont a791c272bc Send and recv all data when necessary
Expose net_recv_all() and net_send_all(), equivalent of net_recv() and
net_send(), but that waits/retries until the requested length has been
transferred.

Use these new functions where it was (wrongly) assumed that the
requested length had been transferred.
2018-02-16 00:57:48 +01:00
..
src Send and recv all data when necessary 2018-02-16 00:57:48 +01:00
tests Swap position/point names 2018-01-29 14:52:22 +01:00
meson.build Replace SDL_net by custom implementation 2018-02-16 00:56:58 +01:00