New should return a new stream for the given TCP key.
(netFlow, tcpFlow gopacket.Flow)
| 188 | type StreamFactory interface { |
| 189 | // New should return a new stream for the given TCP key. |
| 190 | New(netFlow, tcpFlow gopacket.Flow) Stream |
| 191 | } |
| 192 | |
| 193 | func (p *StreamPool) connections() []*connection { |
no outgoing calls
no test coverage detected