Versions in this module Expand all Collapse all v0 v0.0.2 Jul 2, 2024 v0.0.1 Jun 9, 2024 Changes in this version + const BUFFER_SIZE + const MTU — darwin/amd64, linux/amd64, windows/amd64 + type Interface interface + Disconnect func() + GetConnections func() int32 + GlobalIPv6 func() string + IP4AddrAdd func(ipv4 string) error + IP4AddrDel func(ipv4 string) error + IP6AddrAdd func(ipv6 string) error + IP6AddrDel func(ipv6 string) error + IPv4 func() string + IPv6 func() string + Init func() error + P2PHost func() libp2pHost.Host + RIB func() rib.Interface + SetGlobalIPv6 func(ipv6 string) + SetIPv4 func(ipv4 string) + SetIPv6 func(ipv6 string) + func New(externalIPv4, subnetID string, port int, localForwarding bool, ...) Interface