This commit is contained in:
Roee Gadot
2021-08-25 17:41:16 +03:00
parent 4d993293ba
commit fc7d219941

View File

@@ -77,7 +77,7 @@ func (factory *tcpStreamFactory) New(net, transport gopacket.Flow, tcp *layers.T
parent: stream,
isClient: true,
isOutgoing: props.isOutgoing,
outboundLinkWriter: factory.outbountLinkWriter,
outboundLinkWriter: factory.outboundLinkWriter,
Emitter: factory.Emitter,
}
factory.wg.Add(2)