aboutsummaryrefslogtreecommitdiffhomepage
path: root/peer.c
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2023-02-05 00:55:34 -0500
committerLee Salzman <[email protected]>2023-02-05 00:55:34 -0500
commitbe7cefa39cd23dfc5919b20a12d8e25a9f3a2419 (patch)
tree7c113bb1612a0751f1141e87d8f35f8c023e0eca /peer.c
parent9dde91d0035e83498847fe79b003b6764eb02343 (diff)
downloadenet-be7cefa39cd23dfc5919b20a12d8e25a9f3a2419.tar.gz
enet-be7cefa39cd23dfc5919b20a12d8e25a9f3a2419.zip
avoid explicitly storing roundTripTimeoutLimit
Diffstat (limited to 'peer.c')
-rw-r--r--peer.c1
1 files changed, 0 insertions, 1 deletions
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;