type github.com/gotd/neo.PacketConn
11 uses
github.com/gotd/neo (current package)
net.go#L14: peers map[string]*PacketConn
net.go#L23: type PacketConn struct {
net.go#L44: func (c *PacketConn) ok() bool {
net.go#L57: func (c *PacketConn) ReadFrom(p []byte) (n int, addr net.Addr, err error) {
net.go#L78: func (c *PacketConn) WriteTo(p []byte, a net.Addr) (n int, err error) {
net.go#L101: func (c *PacketConn) LocalAddr() net.Addr { return c.addr }
net.go#L104: func (c *PacketConn) Close() error {
net.go#L131: func (c *PacketConn) SetDeadline(t time.Time) error {
net.go#L141: func (c *PacketConn) SetReadDeadline(t time.Time) error {
net.go#L151: func (c *PacketConn) SetWriteDeadline(t time.Time) error {
net.go#L198: pc := &PacketConn{
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |