Don't send periodic pings as reliable traffic
This commit is contained in:
parent
7608e8e69d
commit
c8828d586c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue