r94337 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94336‎ | r94337 | r94338 >
Date:11:10, 12 August 2011
Author:mark
Status:deferred
Tags:
Comment:
sourceaddr not available here
Modified paths:
  • /trunk/udpmcast/htcpseqcheck.py (modified) (history)

Diff [purge]

Index: trunk/udpmcast/htcpseqcheck.py
@@ -67,7 +67,7 @@
6868 debug("Filled gap of %d packets before new packet seqnr %d, timestamp %s" % (seqnr-tailseq-1, seqnr, ts))
6969 elif seqnr < headseq:
7070 if seqnr < self.RESTART_WINDOW:
71 - debug("Source %s started from scratch with seqnr %d" % (seqnr, ts))
 71+ debug("Source started from scratch with seqnr %d" % seqnr)
7272 self.clear()
7373 # Clear some counters
7474 for c in ['dequeued', 'lost', 'dups', 'outoforder', 'ancient']:

Status & tagging log