Documentation ¶
Index ¶
- func CreateMetadata(srcAddr, destAddr string, network constant.NetWork) (*constant.Metadata, error)
- func CreateTcpMetadata(srcAddr, destAddr net.TCPAddr) constant.Metadata
- func CreateUdpMetadata(srcAddr, destAddr net.UDPAddr) constant.Metadata
- func ShouldIgnorePacketError(err error) bool
- func TcpQueue() chan conn.TcpConnContext
- func UdpQueue() chan conn.UdpConnContext
- func UpdateShouldFindProcess(value bool)
- type CloseableConn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMetadata ¶
func ShouldIgnorePacketError ¶ added in v0.13.0
func TcpQueue ¶
func TcpQueue() chan conn.TcpConnContext
func UdpQueue ¶
func UdpQueue() chan conn.UdpConnContext
func UpdateShouldFindProcess ¶ added in v1.7.0
func UpdateShouldFindProcess(value bool)
Types ¶
type CloseableConn ¶
type CloseableConn interface {
Close() error
}
Click to show internal directories.
Click to hide internal directories.