Index: trunk/udpmcast/htcpseqcheck.py |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | self.append((seqnr, ts, True)) |
68 | 68 | debug("Filled gap of %d packets before new packet seqnr %d, timestamp %s" % (seqnr-tailseq-1, seqnr, ts)) |
69 | 69 | elif seqnr < headseq: |
70 | | - if seqnr < RESTART_WINDOW: |
| 70 | + if seqnr < self.RESTART_WINDOW: |
71 | 71 | debug("Source %s started from scratch with seqnr %d" % (seqnr, ts)) |
72 | 72 | self.clear() |
73 | 73 | # Clear some counters |