Exemplo n.º 1
0
func (p *tcProtocol) PrepareOutBuffer(buffer *link.OutBuffer, size int) {
	buffer.Prepare(size)
}
Exemplo n.º 2
0
func (p *httpProtocol) PrepareOutBuffer(buffer *link.OutBuffer, size int) {
	buffer.Prepare(size)
	//buffer.Data = buffer.Data[:p.n]
}