package pdu import "sync" var ByteBufferPool = &BufferPoolManager{ pools: make(map[uint]*sync.Pool), mu: sync.Mutex{}, }