type github.com/pion/transport/v2.Net (interface)
Method Implmentations
DialTCP(network string, laddr, raddr *net.TCPAddr) (TCPConn, error)
*github.com/pion/transport/v2/stdnet.Net.DialTCP
DialUDP(network string, laddr, raddr *net.UDPAddr) (UDPConn, error)
*github.com/pion/transport/v2/stdnet.Net.DialUDP
InterfaceByIndex(index int) (*Interface, error)
*github.com/pion/transport/v2/stdnet.Net.InterfaceByIndex
InterfaceByName(name string) (*Interface, error)
*github.com/pion/transport/v2/stdnet.Net.InterfaceByName
ListenPacket(network string, address string) (net.PacketConn, error)
*github.com/pion/transport/v2/stdnet.Net.ListenPacket
ListenTCP(network string, laddr *net.TCPAddr) (TCPListener, error)
*github.com/pion/transport/v2/stdnet.Net.ListenTCP
ListenUDP(network string, locAddr *net.UDPAddr) (UDPConn, error)
*github.com/pion/transport/v2/stdnet.Net.ListenUDP
ResolveIPAddr(network, address string) (*net.IPAddr, error)
*github.com/pion/transport/v2/stdnet.Net.ResolveIPAddr
ResolveTCPAddr(network, address string) (*net.TCPAddr, error)
*github.com/pion/transport/v2/stdnet.Net.ResolveTCPAddr
ResolveUDPAddr(network, address string) (*net.UDPAddr, error)
*github.com/pion/transport/v2/stdnet.Net.ResolveUDPAddr
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |