MCPcopy Create free account
hub / github.com/livekit/livekit / flushExtPacketsLocked

Method flushExtPacketsLocked

pkg/sfu/buffer/buffer_base.go:1219–1225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1217}
1218
1219func (b *BufferBase) flushExtPacketsLocked() {
1220 for b.extPackets.Len() > 0 {
1221 ep := b.extPackets.PopFront()
1222 ReleaseExtPacket(ep)
1223 }
1224 b.extPackets.Clear()
1225}
1226
1227func (b *BufferBase) maybeGrowBucket(now int64) {
1228 if now-b.lastBucketCapCheckAt < bucketCapCheckInterval {

Callers 2

restartStreamLockedMethod · 0.95
flushExtPacketsMethod · 0.95

Calls 3

ReleaseExtPacketFunction · 0.85
ClearMethod · 0.80
LenMethod · 0.45

Tested by

no test coverage detected