mirror of
https://github.com/darlinghq/darlingserver.git
synced 2024-11-23 04:19:44 +00:00
Darling's userspace kernel server (much like Wine's wineserver)
4f001e2a34
This is used to avoid the server reading incorrect/corrupted reply contents for pushed replies. This was happening because clients were sending the push-reply call with the pointer to the message contents, but they were immediately returning after sending it. This led to a race condition in which the server would sometimes read the data after the client had already overwritten/discarded said data. |
||
---|---|---|
duct-tape | ||
include/darlingserver | ||
internal-include/darlingserver | ||
scripts | ||
src | ||
.gitignore | ||
CMakeLists.txt |