Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GetBuf = _pool.Get ReleaseBuf = _pool.Release )
Functions ¶
func PackBuffer ¶
PackBuffer packs the dns msg m to wire format. Callers should release the buf by calling ReleaseBuf after they have done with the wire []byte.
func PackTCPBuffer ¶ added in v5.2.0
PackBuffer packs the dns msg m to wire format, with to bytes length header. Callers should release the buf by calling ReleaseBuf.
func ReleaseTimer ¶
Types ¶
type BytesBufPool ¶
type BytesBufPool struct {
// contains filtered or unexported fields
}
func NewBytesBufPool ¶
func NewBytesBufPool(initSize int) *BytesBufPool
func (*BytesBufPool) Get ¶
func (p *BytesBufPool) Get() *bytes.Buffer
func (*BytesBufPool) Release ¶
func (p *BytesBufPool) Release(b *bytes.Buffer)
Click to show internal directories.
Click to hide internal directories.