From be7cefa39cd23dfc5919b20a12d8e25a9f3a2419 Mon Sep 17 00:00:00 2001 From: Lee Salzman Date: Sun, 5 Feb 2023 00:55:34 -0500 Subject: avoid explicitly storing roundTripTimeoutLimit --- peer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'peer.c') diff --git a/peer.c b/peer.c index 91aa093..a7ac012 100644 --- a/peer.c +++ b/peer.c @@ -678,7 +678,6 @@ enet_peer_setup_outgoing_command (ENetPeer * peer, ENetOutgoingCommand * outgoin outgoingCommand -> sendAttempts = 0; outgoingCommand -> sentTime = 0; outgoingCommand -> roundTripTimeout = 0; - outgoingCommand -> roundTripTimeoutLimit = 0; outgoingCommand -> command.header.reliableSequenceNumber = ENET_HOST_TO_NET_16 (outgoingCommand -> reliableSequenceNumber); outgoingCommand -> queueTime = ++ peer -> host -> totalQueued; -- cgit v1.2.3