diff --git a/src/ControlStream.c b/src/ControlStream.c index 5caee01..fed910c 100644 --- a/src/ControlStream.c +++ b/src/ControlStream.c @@ -1137,7 +1137,7 @@ static void lossStatsThreadFunc(void* context) { sizeof(periodicPingPayload), periodicPingPayload, CTRL_CHANNEL_GENERIC, - ENET_PACKET_FLAG_RELIABLE)) { + 0)) { Limelog("Loss Stats: Transaction failed: %d\n", (int)LastSocketError()); ListenerCallbacks.connectionTerminated(LastSocketFail()); return;