mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-03 00:06:02 +00:00
Don't send periodic pings as reliable traffic
This commit is contained in:
parent
7608e8e69d
commit
c8828d586c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user