mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-02 11:05:22 +00:00
Tap TCP connections even if the handshake was missed (#988)
Support long-living connections. This commit improves support for Linkerd which uses long-living connections.
This commit is contained in:
@@ -70,6 +70,9 @@ func (t *tcpStream) Accept(tcp *layers.TCP, ci gopacket.CaptureInfo, dir reassem
|
|||||||
if !accept {
|
if !accept {
|
||||||
diagnose.InternalStats.RejectOpt++
|
diagnose.InternalStats.RejectOpt++
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*start = true
|
||||||
|
|
||||||
return accept
|
return accept
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user