type github.com/pion/transport/v3.Net (interface)

Method Implmentations

CreateDialer(dialer *net.Dialer) Dialer *github.com/pion/transport/v3/stdnet.Net.CreateDialer *github.com/pion/transport/v3/vnet.Net.CreateDialer
Dial(network, address string) (net.Conn, error) *github.com/pion/transport/v3/stdnet.Net.Dial *github.com/pion/transport/v3/vnet.Net.Dial
DialTCP(network string, laddr, raddr *net.TCPAddr) (TCPConn, error) *github.com/pion/transport/v3/stdnet.Net.DialTCP *github.com/pion/transport/v3/vnet.Net.DialTCP
DialUDP(network string, laddr, raddr *net.UDPAddr) (UDPConn, error) *github.com/pion/transport/v3/stdnet.Net.DialUDP *github.com/pion/transport/v3/vnet.Net.DialUDP
InterfaceByIndex(index int) (*Interface, error) *github.com/pion/transport/v3/stdnet.Net.InterfaceByIndex *github.com/pion/transport/v3/vnet.Net.InterfaceByIndex
InterfaceByName(name string) (*Interface, error) *github.com/pion/transport/v3/stdnet.Net.InterfaceByName *github.com/pion/transport/v3/vnet.Net.InterfaceByName
Interfaces() ([]*Interface, error) *github.com/pion/transport/v3/stdnet.Net.Interfaces *github.com/pion/transport/v3/vnet.Net.Interfaces
ListenPacket(network string, address string) (net.PacketConn, error) *github.com/pion/transport/v3/stdnet.Net.ListenPacket *github.com/pion/transport/v3/vnet.Net.ListenPacket
ListenTCP(network string, laddr *net.TCPAddr) (TCPListener, error) *github.com/pion/transport/v3/stdnet.Net.ListenTCP *github.com/pion/transport/v3/vnet.Net.ListenTCP
ListenUDP(network string, locAddr *net.UDPAddr) (UDPConn, error) *github.com/pion/transport/v3/stdnet.Net.ListenUDP *github.com/pion/transport/v3/vnet.Net.ListenUDP
ResolveIPAddr(network, address string) (*net.IPAddr, error) *github.com/pion/transport/v3/stdnet.Net.ResolveIPAddr *github.com/pion/transport/v3/vnet.Net.ResolveIPAddr
ResolveTCPAddr(network, address string) (*net.TCPAddr, error) *github.com/pion/transport/v3/stdnet.Net.ResolveTCPAddr *github.com/pion/transport/v3/vnet.Net.ResolveTCPAddr
ResolveUDPAddr(network, address string) (*net.UDPAddr, error) *github.com/pion/transport/v3/stdnet.Net.ResolveUDPAddr *github.com/pion/transport/v3/vnet.Net.ResolveUDPAddr