diff options
author | Lee Salzman <[email protected]> | 2023-02-05 00:55:34 -0500 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2023-02-05 00:55:34 -0500 |
commit | be7cefa39cd23dfc5919b20a12d8e25a9f3a2419 (patch) | |
tree | 7c113bb1612a0751f1141e87d8f35f8c023e0eca /peer.c | |
parent | 9dde91d0035e83498847fe79b003b6764eb02343 (diff) | |
download | enet-be7cefa39cd23dfc5919b20a12d8e25a9f3a2419.tar.gz enet-be7cefa39cd23dfc5919b20a12d8e25a9f3a2419.zip |
avoid explicitly storing roundTripTimeoutLimit
Diffstat (limited to 'peer.c')
-rw-r--r-- | peer.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |