Home
last modified time | relevance | path

Searched defs:TCPOutput (Results 1 – 1 of 1) sorted by relevance

/dports/net/goreplay/goreplay-1.2.0/
H A Doutput_tcp.go16 type TCPOutput struct { struct
17 address string
18 limit int
19 buf []chan []byte
20 bufStats *GorStat
21 config *TCPOutputConfig
61 func (o *TCPOutput) worker(bufferIndex int) {
96 func (o *TCPOutput) getBufferIndex(data []byte) int {
106 func (o *TCPOutput) Write(data []byte) (n int, err error) {
125 func (o *TCPOutput) connect(address string) (conn net.Conn, err error) {
[all …]