Fixed comment typo

This commit is contained in:
Robinson 2022-06-11 17:29:33 +02:00
parent b43b3840ab
commit 96a9e2c9bb
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -20,7 +20,7 @@ import dorkbox.network.rmi.RmiUtils
class Ping {
var packedId = 0
// ping/pong times are the LOWER 8 bytes of a long, which gives us 65 seconds. This is the same as the max value timeout (a short) so this is acceptible
// ping/pong times are the LOWER 8 bytes of a long, which gives us 65 seconds. This is the same as the max value timeout (a short) so this is acceptable
var pingTime = 0L
var pongTime = 0L