Registry / testing / xtaci-lossyconn

xtaci-lossyconn

JSON →
library1.0.0gogounverified

Package lossyconn provides a lossy connection simulator for testing purposes.

go get github.com/xtaci/lossyconn
INSTALL
IMPORT
SIG · XTACI-LOSSYCONN
X
xtaci-lossyconn
testinggov1.0.0
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.

lossyconn
github.com/xtaci/lossyconn

Create a lossy connection with 10% packet loss and 100ms latency.

package main import ( "fmt" "github.com/xtaci/lossyconn" ) func main() { lc := lossyconn.NewLossyConn(0.1, 100) fmt.Println(lc) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
xtaci-lossyconn — go get xtaci-lossyconn · libregistry