netgolang.org/x/net/netutil Index | Files

package netutil

import "golang.org/x/net/netutil"

Package netutil provides network utility functions, complementing the more common ones in the net package.

Index

Functions

func LimitListener

func LimitListener(l net.Listener, n int) net.Listener

LimitListener returns a Listener that accepts at most n simultaneous connections from the provided Listener.

Source Files

listen.go

Version
v0.3.0
Published
Dec 6, 2022
Platform
darwin/amd64
Imports
2 packages
Last checked
23 hours ago

Tools for package owners.