mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-21 15:49:34 +08:00
增加Stream NeverTimeout属性,用于纯数据轨道的流保持不关闭
消除一处魔法数字 将TCP监听增加TLS支持
This commit is contained in:
@@ -10,8 +10,8 @@ type IList[T any] interface {
|
||||
|
||||
type ListItem[T any] struct {
|
||||
Value T
|
||||
Next, Pre *ListItem[T]
|
||||
Pool *List[T] // 回收池
|
||||
Next, Pre *ListItem[T] `json:"-" yaml:"-"`
|
||||
Pool *List[T] `json:"-" yaml:"-"` // 回收池
|
||||
list *List[T]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user