Documentation ¶
Index ¶
Constants ¶
View Source
const Enabled = false
Variables ¶
View Source
var ( KillerEnabled bool MemoryLimit uint64 )
Functions ¶
func KillerCheck ¶
func KillerCheck() error
func NewPacketConn ¶
func NewPacketConn(conn net.PacketConn) (net.PacketConn, error)
Types ¶
type PacketConn ¶
type PacketConn struct { net.PacketConn // contains filtered or unexported fields }
func (*PacketConn) Close ¶
func (c *PacketConn) Close() error
func (*PacketConn) ReaderReplaceable ¶
func (c *PacketConn) ReaderReplaceable() bool
func (*PacketConn) Upstream ¶
func (c *PacketConn) Upstream() any
func (*PacketConn) WriterReplaceable ¶
func (c *PacketConn) WriterReplaceable() bool
Click to show internal directories.
Click to hide internal directories.