Registry / networking / containerd-ttrpc

containerd-ttrpc

JSON →
library1.2.8gogounverified

A low-level simple transfer protocol optimized for low latency and reliable connections between processes on the same host.

go get github.com/containerd/ttrpc
INSTALL
IMPORT
SIG · CONTAINERD-TTRPC
C
containerd-ttrpc
networkinggov1.2.8
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.

ttrpc
github.com/containerd/ttrpc

Create a ttrpc client connected to a Unix socket.

package main import ( "context" "github.com/containerd/ttrpc" ) func main() { client, _ := ttrpc.NewClient("/tmp/ttrpc.sock") defer client.Close() // Use client to make RPC calls _ = context.Background() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
containerd-ttrpc — go get containerd-ttrpc · libregistry