MCPcopy Create free account
hub / github.com/Syncplay/syncplay / getLastForwardDelay

Method getLastForwardDelay

syncplay/protocols.py:815–816  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

813 self._fd = self._avrRtt / 2
814
815 def getLastForwardDelay(self):
816 return self._fd
817
818 def getRtt(self):
819 return self._rtt

Callers 2

_handleStatePingMethod · 0.80
handleStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected