Documentation ¶
Index ¶
- Constants
- func Dial(destination *net.UDPAddr, name string, _ *identity.TokenId, ...) (transport.Conn, error)
- func DialWithLocalBinding(destination *net.UDPAddr, name, localBinding string, timeout time.Duration) (transport.Conn, error)
- func Listen(bindAddress *net.UDPAddr, name string, i *identity.TokenId, ...) (io.Closer, error)
- type AddressParser
- type Connection
Constants ¶
View Source
const Type = "udp"
Variables ¶
This section is empty.
Functions ¶
func DialWithLocalBinding ¶
Types ¶
type AddressParser ¶
type AddressParser struct{}
func (AddressParser) Parse ¶
func (ap AddressParser) Parse(s string) (transport.Address, error)
type Connection ¶
func (*Connection) Detail ¶
func (self *Connection) Detail() *transport.ConnectionDetail
func (*Connection) PeerCertificates ¶
func (self *Connection) PeerCertificates() []*x509.Certificate
Click to show internal directories.
Click to hide internal directories.