Versions in this module Expand all Collapse all v0 v0.0.3 Jun 18, 2024 v0.0.2 Apr 19, 2024 Changes in this version + func NewChannelBinds() [2]conn.Bind + type ChannelBind struct + func (c *ChannelBind) BatchSize() int + func (c *ChannelBind) Close() error + func (c *ChannelBind) Open(port uint16) (fns []conn.ReceiveFunc, actualPort uint16, err error) + func (c *ChannelBind) ParseEndpoint(s string) (conn.Endpoint, error) + func (c *ChannelBind) Send(bufs [][]byte, ep conn.Endpoint) error + func (c *ChannelBind) SetMark(mark uint32) error + type ChannelEndpoint uint16 + func (c ChannelEndpoint) ClearSrc() + func (c ChannelEndpoint) DstIP() netip.Addr + func (c ChannelEndpoint) DstToBytes() []byte + func (c ChannelEndpoint) DstToString() string + func (c ChannelEndpoint) SrcIP() netip.Addr + func (c ChannelEndpoint) SrcToString() string