nettype

package
v1.14.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2021 License: BSD-3-Clause Imports: 2 Imported by: 32

Documentation

Overview

Package nettype defines an interface that doesn't exist in the Go net package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PacketListener

type PacketListener interface {
	ListenPacket(ctx context.Context, network, address string) (net.PacketConn, error)
}

PacketListener defines the ListenPacket method as implemented by net.ListenConfig, net.ListenPacket, and tstest/natlab.

type Std

type Std struct{}

Std implements PacketListener using the Go net package's ListenPacket func.

func (Std) ListenPacket

func (Std) ListenPacket(ctx context.Context, network, address string) (net.PacketConn, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL