Registry / networking / metacubex-quic-go

metacubex-quic-go

JSON →
library0.59.0gogounverified

A QUIC implementation in Go, providing low-level QUIC and HTTP/3 support.

go get github.com/metacubex/quic-go
INSTALL
IMPORT
SIG · METACUBEX-QUIC-GO
M
metacubex-quic-go
networkinggov0.59.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.

quic
github.com/metacubex/quic-go

Start a QUIC listener on a local address.

package main import ( "context" "github.com/metacubex/quic-go" ) func main() { listener, err := quic.ListenAddr("localhost:4242", generateTLSConfig(), nil) if err != nil { panic(err) } _, _ = listener.Accept(context.Background()) } func generateTLSConfig() *tls.Config { // ... return nil }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
metacubex-quic-go — go get metacubex-quic-go · libregistry