Skip to content

Commit

Permalink
jbuf: do not restart timer if oos
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Sep 29, 2023
1 parent 9965630 commit 9a6c8c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jbuf/jbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ int jbuf_put(struct jbuf *jb, const struct rtp_header *hdr, void *mem)
" - inserting after seq=%u (seq=%u)\n",
seq_le, seq);
list_insert_after(&jb->packetl, le, &p->le, p);
tmr_start(&jb->tmr, JBUF_WAIT_TIMEOUT, reset_wait, jb);
break;
}
else if (seq == seq_le) { /* less likely */
Expand Down

0 comments on commit 9a6c8c5

Please sign in to comment.