mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] kick the client sooner to help have the next frame ready in time
This commit is contained in:
@@ -282,7 +282,7 @@ bool ivshmem_read_msg(int64_t * index, int * fd)
|
||||
continue;
|
||||
}
|
||||
|
||||
*fd = *(int*)CMSG_DATA(cmsg);
|
||||
memcpy(fd, CMSG_DATA(cmsg), sizeof(int));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user