Guesser wants to merge 2 commits from /u/guesser/fuse-emulator/ to master, 2024-07-06
This code checks that an entire field of packet data is available in the socket read buffer, to avoid desynchronization through partial reads. It also discards data from the buffer in half-second chunks if it falls more than a second behind. This prevents buffered data accumulating whenever emulation is paused due to menu interaction etc. until the server eventually blocks and disconnects us.
Thank you Guesser. When I try to compile on linux I get this error:
Can you fix it?
whoops, that's the windows specific function. I'll move it to a compat function
Thank you. Merged in [8fd925].
Related
Commit: [8fd925]