summaryrefslogtreecommitdiff
path: root/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'idle.c')
-rw-r--r--idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/idle.c b/idle.c
index 8f2530a..808c25f 100644
--- a/idle.c
+++ b/idle.c
@@ -361,7 +361,7 @@ again:
goto again;
}
- socket_set_gaming_options(cfg, sfd);
+ socket_set_low_latency(cfg, sfd);
uring_task_set_fd(&idle->idlecheck, sfd);
uring_connect(cfg, &idle->idlecheck, &idle->remote, idle_check_remote_connected);