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