[client] kick the client sooner to help have the next frame ready in time

This commit is contained in:
Geoffrey McRae
2017-10-26 15:18:57 +11:00
parent 8b756a7b80
commit 9e1aaa29a9
2 changed files with 13 additions and 3 deletions

View File

@@ -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;