From 76e6067e13831569deca05dbb557d921998e3eb2 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Thu, 11 Jun 2020 23:08:45 +0200 Subject: Create a helper function to loop through different possible connections and convert proxy to use it --- rcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rcon.c') 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); -- cgit v1.2.3