Registry / networking / fatedier-kcp-go

fatedier-kcp-go

JSON →
library2.0.3+incompatiblegogounverified

A Fast and Reliable ARQ Protocol implementation in Go.

go get github.com/fatedier/kcp-go
INSTALL
IMPORT
SIG · FATEDIER-KCP-GO
F
fatedier-kcp-go
networkinggov2.0.3+incompatible
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.

kcp
github.com/fatedier/kcp-go

Starts a KCP server listening on port 8080.

package main import ( "fmt" "github.com/fatedier/kcp-go" ) func main() { listener, err := kcp.ListenWithOptions(":8080", nil, 10, 3) if err != nil { fmt.Println(err) return } defer listener.Close() fmt.Println("KCP server listening on :8080") }
Debug
Known issues
gotchaIncompatible with Go modules (version suffix +incompatible)
fix
Use version v2.0.3+incompatible or migrate to a newer compatible version if available.
affects: v2.0.3+incompatible
Upgrade
Version history
2.0.3+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
fatedier-kcp-go — go get fatedier-kcp-go · libregistry