mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Using recv instead of read, for slightly non-blocking reads, without losing blocking writes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
typedef struct GUACIO {
|
||||
|
||||
int fd;
|
||||
int fd;
|
||||
|
||||
int ready;
|
||||
int ready_buf[3];
|
||||
|
Reference in New Issue
Block a user