diff --git a/src/dorkbox/network/ping/Ping.kt b/src/dorkbox/network/ping/Ping.kt index bf0850cf..3a593837 100644 --- a/src/dorkbox/network/ping/Ping.kt +++ b/src/dorkbox/network/ping/Ping.kt @@ -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