latency-reporting
Andri Yngvason 2023-04-11 19:51:49 +00:00
parent 1f84086ecd
commit 2d94b8c4aa
1 changed files with 2 additions and 2 deletions

View File

@ -1749,8 +1749,8 @@ rfbBool SendClientCutText(rfbClient* client, char* str, int len)
rfbBool SendClientNtpEvent(rfbClient* client, uint32_t t0, uint32_t t1,
uint32_t t2, uint32_t t3)
{
if (!SupportsClient2Server(client, rfbNtpEvent))
return FALSE;
// if (!SupportsClient2Server(client, rfbNtpEvent))
// return FALSE;
struct rfbNtpMsg msg = {
.type = rfbNtpEvent,