Documentation ¶
Index ¶
- func NewNetwork(logger *slog.Logger, conf *v1alpha1.Config) (network.Network, error)
- type NoisySocketsNetwork
- func (net *NoisySocketsNetwork) Close() error
- func (net *NoisySocketsNetwork) Dial(network, address string) (stdnet.Conn, error)
- func (net *NoisySocketsNetwork) DialContext(ctx context.Context, network, address string) (stdnet.Conn, error)
- func (net *NoisySocketsNetwork) HasIPv4() bool
- func (net *NoisySocketsNetwork) HasIPv6() bool
- func (net *NoisySocketsNetwork) Listen(network, address string) (stdnet.Listener, error)
- func (net *NoisySocketsNetwork) ListenPacket(network, address string) (stdnet.PacketConn, error)
- func (net *NoisySocketsNetwork) LookupHost(host string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNetwork ¶ added in v0.8.0
NewNetwork creates a new network using the provided configuration. The returned network is a userspace WireGuard peer that exposes Dial() and Listen() methods compatible with the net package.
Types ¶
type NoisySocketsNetwork ¶ added in v0.10.0
type NoisySocketsNetwork struct {
// contains filtered or unexported fields
}
func (*NoisySocketsNetwork) Close ¶ added in v0.10.0
func (net *NoisySocketsNetwork) Close() error
func (*NoisySocketsNetwork) Dial ¶ added in v0.10.0
func (net *NoisySocketsNetwork) Dial(network, address string) (stdnet.Conn, error)
func (*NoisySocketsNetwork) DialContext ¶ added in v0.10.0
func (*NoisySocketsNetwork) HasIPv4 ¶ added in v0.10.0
func (net *NoisySocketsNetwork) HasIPv4() bool
func (*NoisySocketsNetwork) HasIPv6 ¶ added in v0.10.0
func (net *NoisySocketsNetwork) HasIPv6() bool
func (*NoisySocketsNetwork) Listen ¶ added in v0.10.0
func (net *NoisySocketsNetwork) Listen(network, address string) (stdnet.Listener, error)
func (*NoisySocketsNetwork) ListenPacket ¶ added in v0.10.0
func (net *NoisySocketsNetwork) ListenPacket(network, address string) (stdnet.PacketConn, error)
func (*NoisySocketsNetwork) LookupHost ¶ added in v0.10.0
func (net *NoisySocketsNetwork) LookupHost(host string) ([]string, error)
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
conn
Package conn implements WireGuard's network connections.
|
Package conn implements WireGuard's network connections. |
dns/addrselect
Package addrselect implements RFC 6724, which describes the preferred source and destination address selection algorithm for Internet Protocol version 6 (IPv6) and Internet Protocol version 4 (IPv4).
|
Package addrselect implements RFC 6724, which describes the preferred source and destination address selection algorithm for Internet Protocol version 6 (IPv6) and Internet Protocol version 4 (IPv4). |
replay
Package replay implements an efficient anti-replay algorithm as specified in RFC 6479.
|
Package replay implements an efficient anti-replay algorithm as specified in RFC 6479. |
Package network provides an interface for the standard library's network operations.
|
Package network provides an interface for the standard library's network operations. |
Click to show internal directories.
Click to hide internal directories.