3 Feb
2026
3 Feb
'26
8:39 p.m.
On Tue Feb 3 20:39:04 2026 +0000, Konstantin Demin wrote:
I'd propose changes in `server/request.c` in following way: ```diff --- a/server/request.c +++ a/server/request.c /* return a monotonic time counter */ timeout_t monotonic_counter(void) { + if (serverboottime) return current_time - server_start_time; #ifdef __APPLE__ static mach_timebase_info_data_t timebase;
``` Thanks for taking a look. I also like a smaller change, but that would give a `warning: ISO C90 forbids mixed declarations and code`. I tried reducing the changed lines in `send_client_fd` in v2.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10005#note_128704