We should probably reset the dropped count each time the connection is

cleared.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6249 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2010-11-05 03:08:12 +00:00
parent a9fdaee8d5
commit 07b6a3a102
@@ -811,6 +811,7 @@ public class PresentsSession
long now = System.currentTimeMillis();
if (_conn != null && conn == null) {
_connectTime += ((now - _networkStamp) / 1000);
_messagesDropped = 0;
}
// keep a handle to the new connection