mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-28 18:42:53 +08:00
增加Stream NeverTimeout属性,用于纯数据轨道的流保持不关闭
消除一处魔法数字 将TCP监听增加TLS支持
This commit is contained in:
@@ -12,7 +12,7 @@ type LockFrame[T any] struct {
|
||||
|
||||
type LockRing[T any] struct {
|
||||
RingBuffer[LockFrame[T]]
|
||||
Reset func(*DataFrame[T])
|
||||
Reset func(*DataFrame[T]) `json:"-" yaml:"-"`
|
||||
Flag *int32
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user