Registry / networking / hashicorp-go-connlimit

hashicorp-go-connlimit

JSON →
library0.3.1gogounverified

A Go library for limiting network connections, providing connection rate limiting.

go get github.com/hashicorp/go-connlimit
INSTALL
IMPORT
SIG · HASHICORP-GO-CONNL
H
hashicorp-go-connlimit
networkinggov0.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

connlimit
github.com/hashicorp/go-connlimit

Creates a connection limiter with a maximum of 10 connections.

package main import ( "fmt" "github.com/hashicorp/go-connlimit" ) func main() { limiter := connlimit.New(10) fmt.Println(limiter) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hashicorp-go-connlimit — go get hashicorp-go-connlimit · libregistry