summaryrefslogtreecommitdiff
path: root/rcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'rcon.c')
-rw-r--r--rcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcon.c b/rcon.c
index 4229527..5476160 100644
--- a/rcon.c
+++ b/rcon.c
@@ -372,7 +372,7 @@ again:
goto again;
}
- socket_set_gaming_options(cfg, sfd);
+ socket_set_low_latency(cfg, sfd);
uring_task_set_fd(&rcon->task, sfd);
uring_connect(cfg, &rcon->task, &rcon->rcon, rcon_connected);