MCPcopy Create free account
hub / github.com/catabriga/graphwar / checkTimeout

Method checkTimeout

src/Graphwar/GlobalClient.java:553–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

551 }
552
553 public boolean checkTimeout()
554 {
555 if(System.currentTimeMillis() - connection.getLastReceivedTime() > Constants.TIMEOUT_DROP)
556 {
557 return true;
558 }
559
560 return false;
561 }
562
563 public boolean checkStayAliveTime()
564 {

Callers 1

runMethod · 0.95

Calls 1

getLastReceivedTimeMethod · 0.80

Tested by

no test coverage detected