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